#A49F8F

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

Shades of Dawn #A49F8F

Tints of Dawn #A49F8F

Color information

#A49F8F (or 0xA49F8F) is unknown color: approx Dawn. HEX triplet: A4, 9F and 8F. RGB value is (164,159,143). Sum of RGB (Red+Green+Blue) = 164+159+143=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F8F is #5B6070. Grayscale: #9E9E9E. Windows color (decimal): -5988465 or 9412516. OLE color: 9412516.

HSL color Cylindrical-coordinate representation of color #A49F8F: hue angle of 45.71º degrees, saturation: 0.1, 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 #A49F8F is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164159143-
CMYK00.030.130.36
HSL45.71º10.34%60.2%-
HSV(B)45.71º12.8%64.31%-
XYZ32.6734.6730.96-
YUV158.67119.16131.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=35.19%
G=34.12%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415914300.030.130.3645.7110.3460.2
HexA49F8F03D242ea3c
Octal244237217031544561274
Binary10100100100111111000111101111011001001011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F8F; }

 p { color: rgb(164,159,143); }

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

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

 a { background-color: rgb(164,159,143); }

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

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

 span { border-color: rgb(164,159,143); }

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