#A4A18E

Color #A4A18E Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn #A4A18E

Tints of Dawn #A4A18E

Color information

#A4A18E (or 0xA4A18E) is unknown color: approx Dawn. HEX triplet: A4, A1 and 8E. RGB value is (164,161,142). Sum of RGB (Red+Green+Blue) = 164+161+142=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A18E is #5B5E71. Grayscale: #9F9F9F. Windows color (decimal): -5987954 or 9347492. OLE color: 9347492.

HSL color Cylindrical-coordinate representation of color #A4A18E: hue angle of 51.82º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A18E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164161142-
CMYK00.020.130.36
HSL51.82º10.78%60%-
HSV(B)51.82º13.41%64.31%-
XYZ32.9435.3430.68-
YUV159.73117.99131.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=35.12%
G=34.48%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416114200.020.130.3651.8210.7860
HexA4A18E02D2434b3c
Octal244241216021544641374
Binary10100100101000011000111001011011001001101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A18E; }

 p { color: rgb(164,161,142); }

 H1.HeaderClassName
 {
   color: #A4A18E;
 }
 .AnyTagClassName
 {
   color: #A4A18E;
 }
</style>
background-color css

<style>
 a { background-color: #A4A18E; }

 a { background-color: rgb(164,161,142); }

 div.DivClassName
 {
   background-color: #A4A18E;
 }
 .BgClassName
 {
   background-color: #A4A18E;
 }
</style>
border-color css

<style>
 span { border-color: #A4A18E; }

 span { border-color: rgb(164,161,142); }

 td.TdClassName
 {
   border-color: #A4A18E;
 }
 .TagClassName
 {
   border-color: #A4A18E;
 }
</style>