#A49F8D

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

Shades of Dawn #A49F8D

Tints of Dawn #A49F8D

Color information

#A49F8D (or 0xA49F8D) is unknown color: approx Dawn. HEX triplet: A4, 9F and 8D. RGB value is (164,159,141). Sum of RGB (Red+Green+Blue) = 164+159+141=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F8D is #5B6072. Grayscale: #9E9E9E. Windows color (decimal): -5988467 or 9281444. OLE color: 9281444.

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

Color convert

RGB164159141-
CMYK00.030.140.36
HSL46.96º11.22%59.8%-
HSV(B)46.96º14.02%64.31%-
XYZ32.5234.6130.17-
YUV158.44118.16131.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=35.34%
G=34.27%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415914100.030.140.3646.9611.2259.8
HexA49F8D03E242fb3c
Octal244237215031644571374
Binary10100100100111111000110101111101001001011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F8D; }

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

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

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

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

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

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

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

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