#A49F90

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

Shades of Dawn #A49F90

Tints of Dawn #A49F90

Color information

#A49F90 (or 0xA49F90) is unknown color: approx Dawn. HEX triplet: A4, 9F and 90. RGB value is (164,159,144). Sum of RGB (Red+Green+Blue) = 164+159+144=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F90 is #5B606F. Grayscale: #9E9E9E. Windows color (decimal): -5988464 or 9478052. OLE color: 9478052.

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

Color convert

RGB164159144-
CMYK00.030.120.36
HSL45º9.9%60.39%-
HSV(B)45º12.2%64.31%-
XYZ32.7434.731.36-
YUV158.78119.66131.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=35.12%
G=34.05%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415914400.030.120.36459.960.39
HexA49F9003C242da3c
Octal244237220031444551274
Binary10100100100111111001000001111001001001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F90; }

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

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

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

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

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

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

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

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