#A4A18C

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

Shades of Dawn #A4A18C

Tints of Dawn #A4A18C

Color information

#A4A18C (or 0xA4A18C) is unknown color: approx Dawn. HEX triplet: A4, A1 and 8C. RGB value is (164,161,140). Sum of RGB (Red+Green+Blue) = 164+161+140=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A18C is #5B5E73. Grayscale: #9F9F9F. Windows color (decimal): -5987956 or 9216420. OLE color: 9216420.

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

Color convert

RGB164161140-
CMYK00.020.150.36
HSL52.5º11.65%59.61%-
HSV(B)52.5º14.63%64.31%-
XYZ32.7935.2829.89-
YUV159.5116.99131.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=35.27%
G=34.62%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416114000.020.150.3652.511.6559.61
HexA4A18C02F2435c3c
Octal244241214021744651474
Binary10100100101000011000110001011111001001101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A18C; }

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

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

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

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

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

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

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

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