Color Hex Logo

#a69431 Color Hex

#A69431
(166,148,49)
0 Favorites   0 Comments

Color spaces of #a69431

RGB 16614849
HSL0.140.540.42
HSV51°70°65°
CMYK 0.000.110.70   0.35
XYZ26.870229.50867.1852
Yxy29.50860.42270.4642
Hunter Lab54.3218-6.768430.1829
CIE-Lab61.2279-4.722552.3308

#a69431 color RGB value is (166,148,49).

#a69431 hex color red value is 166, green value is 148 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #a69431 hue: 0.14 , saturation: 0.54 and the lightness value of a69431 is 0.42.

The process color (four color CMYK) of #a69431 color hex is 0.00, 0.11, 0.70, 0.35. Web safe color of #a69431 is #999933. Color #a69431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 00110001
Octal 246 224 61
Decimal 166 148 49
Hex A6 94 31

RGB Percentages of Color #a69431

%45.73
%40.77
%13.50

CMYK Percentages of Color #a69431

%0
%11
%70
%35

Triadic Colors of #a69431

#a69431 #31a694 #9431a6

Analogous Colors of #a69431

#a69431 #7ea631 #a65a31

Monochromatic Colors of #a69431

#a69431

Complementary Color

#a69431 #3143a6

#a69431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69431 Color CSS Codes

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

#a69431 Text Font Color

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

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


#a69431 Background Color

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

This div background color is #a69431


#a69431 Border Color

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

This div border color is #a69431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69431


Comments

No comments written yet.

Please login to write comment.