#A49F8A

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

Shades of Dawn #A49F8A

Tints of Dawn #A49F8A

Color information

#A49F8A (or 0xA49F8A) is unknown color: approx Dawn. HEX triplet: A4, 9F and 8A. RGB value is (164,159,138). Sum of RGB (Red+Green+Blue) = 164+159+138=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F8A is #5B6075. Grayscale: #9E9E9E. Windows color (decimal): -5988470 or 9084836. OLE color: 9084836.

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

Color convert

RGB164159138-
CMYK00.030.160.36
HSL48.46º12.5%59.22%-
HSV(B)48.46º15.85%64.31%-
XYZ32.334.5229.01-
YUV158.1116.66132.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=35.57%
G=34.49%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415913800.030.160.3648.4612.559.22
HexA49F8A03102430d3b
Octal244237212032044601573
Binary101001001001111110001010011100001001001100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F8A; }

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

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

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

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

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

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

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

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