#A4A18A

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

Shades of Dawn #A4A18A

Tints of Dawn #A4A18A

Color information

#A4A18A (or 0xA4A18A) is unknown color: approx Dawn. HEX triplet: A4, A1 and 8A. RGB value is (164,161,138). Sum of RGB (Red+Green+Blue) = 164+161+138=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A18A is #5B5E75. Grayscale: #9F9F9F. Windows color (decimal): -5987958 or 9085348. OLE color: 9085348.

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

Color convert

RGB164161138-
CMYK00.020.160.36
HSL53.08º12.5%59.22%-
HSV(B)53.08º15.85%64.31%-
XYZ32.6435.2229.12-
YUV159.28115.99131.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=35.42%
G=34.77%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416113800.020.160.3653.0812.559.22
HexA4A18A02102435d3b
Octal244241212022044651573
Binary101001001010000110001010010100001001001101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A18A; }

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

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

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

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

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

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

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

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