Color Hex Logo

#a69938 Color Hex

#A69938
(166,153,56)
0 Favorites   0 Comments

Color spaces of #a69938

RGB 16615356
HSL0.150.500.44
HSV53°66°65°
CMYK 0.000.080.66   0.35
XYZ27.830931.17508.2919
Yxy31.17500.41350.4632
Hunter Lab55.8346-8.736730.2791
CIE-Lab62.6551-7.009050.8385

#a69938 color RGB value is (166,153,56).

#a69938 hex color red value is 166, green value is 153 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a69938 hue: 0.15 , saturation: 0.50 and the lightness value of a69938 is 0.44.

The process color (four color CMYK) of #a69938 color hex is 0.00, 0.08, 0.66, 0.35. Web safe color of #a69938 is #999933. Color #a69938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 00111000
Octal 246 231 70
Decimal 166 153 56
Hex A6 99 38

RGB Percentages of Color #a69938

%44.27
%40.80
%14.93

CMYK Percentages of Color #a69938

%0
%8
%66
%35

Triadic Colors of #a69938

#a69938 #38a699 #9938a6

Analogous Colors of #a69938

#a69938 #7ca638 #a66238

Monochromatic Colors of #a69938

#a69938

Complementary Color

#a69938 #3845a6

#a69938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69938 Color CSS Codes

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

#a69938 Text Font Color

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

This sample text font color is #a69938
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.


#a69938 Background Color

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

This div background color is #a69938


#a69938 Border Color

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

This div border color is #a69938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69938


Comments

No comments written yet.

Please login to write comment.