Color Hex Logo

#a68923 Color Hex

#A68923
(166,137,35)
0 Favorites   0 Comments

Color spaces of #a68923

RGB 16613735
HSL0.130.650.39
HSV47°79°65°
CMYK 0.000.170.79   0.35
XYZ24.974926.11975.3154
Yxy26.11970.44270.4630
Hunter Lab51.1074-2.209629.6088
CIE-Lab58.15050.637854.7505

#a68923 color RGB value is (166,137,35).

#a68923 hex color red value is 166, green value is 137 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a68923 hue: 0.13 , saturation: 0.65 and the lightness value of a68923 is 0.39.

The process color (four color CMYK) of #a68923 color hex is 0.00, 0.17, 0.79, 0.35. Web safe color of #a68923 is #999933. Color #a68923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 00100011
Octal 246 211 43
Decimal 166 137 35
Hex A6 89 23

RGB Percentages of Color #a68923

%49.11
%40.53
%10.36

CMYK Percentages of Color #a68923

%0
%17
%79
%35

Triadic Colors of #a68923

#a68923 #23a689 #8923a6

Analogous Colors of #a68923

#a68923 #82a623 #a64823

Monochromatic Colors of #a68923

#a68923

Complementary Color

#a68923 #2340a6

#a68923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68923 Color CSS Codes

.mybgcolor {background-color:#a68923; } 
.myforecolor {color:#a68923; }
.mybordercolor {border:3px solid #a68923; }

#a68923 Text Font Color

<p style="color:#a68923">Text here</p>

This sample text font color is #a68923
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a68923 Background Color

<div style="background-color:#a68923">
Div content here</div>

This div background color is #a68923


#a68923 Border Color

<div style="border:3px solid #a68923">
Div here</div>

This div border color is #a68923


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,137,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a68923; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a68923;
  -webkit-box-shadow: 1px 1px 3px 2px #a68923;
  box-shadow:         1px 1px 3px 2px #a68923; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,137,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a68923">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a68923;
  -webkit-box-shadow: 1px 1px 3px 2px #a68923;
  box-shadow:         1px 1px 3px 2px #a68923;">
Div content here</div>

This div box has shadow with color #a68923


Comments

No comments written yet.

Please login to write comment.