#A09F99

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

Shades of Dawn #A09F99

Tints of Dawn #A09F99

Color information

#A09F99 (or 0xA09F99) is unknown color: approx Dawn. HEX triplet: A0, 9F and 99. RGB value is (160,159,153). Sum of RGB (Red+Green+Blue) = 160+159+153=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F99 is #5F6066. Grayscale: #9E9E9E. Windows color (decimal): -6250599 or 10067872. OLE color: 10067872.

HSL color Cylindrical-coordinate representation of color #A09F99: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A09F99 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB160159153-
CMYK00.010.040.37
HSL51.43º3.55%61.37%-
HSV(B)51.43º4.37%62.75%-
XYZ32.6534.5735.09-
YUV158.62124.83128.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=33.90%
G=33.69%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015915300.010.040.3751.433.5561.37
HexA09F99014253343d
Octal2402372310144563475
Binary10100000100111111001100101100100101110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F99; }

 p { color: rgb(160,159,153); }

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

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

 a { background-color: rgb(160,159,153); }

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

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

 span { border-color: rgb(160,159,153); }

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