#A4A08B

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

Shades of Dawn #A4A08B

Tints of Dawn #A4A08B

Color information

#A4A08B (or 0xA4A08B) is unknown color: approx Dawn. HEX triplet: A4, A0 and 8B. RGB value is (164,160,139). Sum of RGB (Red+Green+Blue) = 164+160+139=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A08B is #5B5F74. Grayscale: #9E9E9E. Windows color (decimal): -5988213 or 9150628. OLE color: 9150628.

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

Color convert

RGB164160139-
CMYK00.020.150.36
HSL50.4º12.08%59.41%-
HSV(B)50.4º15.24%64.31%-
XYZ32.5434.929.45-
YUV158.8116.83131.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=35.42%
G=34.56%
B=30.02%

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
Decimal16416013900.020.150.3650.412.0859.41
HexA4A08B02F2432c3b
Octal244240213021744621473
Binary10100100101000001000101101011111001001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A08B; }

 p { color: rgb(164,160,139); }

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

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

 a { background-color: rgb(164,160,139); }

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

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

 span { border-color: rgb(164,160,139); }

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