#A09F92

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

Shades of Dawn #A09F92

Tints of Dawn #A09F92

Color information

#A09F92 (or 0xA09F92) is unknown color: approx Dawn. HEX triplet: A0, 9F and 92. RGB value is (160,159,146). Sum of RGB (Red+Green+Blue) = 160+159+146=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F92 is #5F606D. Grayscale: #9D9D9D. Windows color (decimal): -6250606 or 9609120. OLE color: 9609120.

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

Color convert

RGB160159146-
CMYK00.010.090.37
HSL55.71º6.86%60%-
HSV(B)55.71º8.75%62.75%-
XYZ32.0834.3532.13-
YUV157.82121.33129.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=34.41%
G=34.19%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015914600.010.090.3755.716.8660
HexA09F92019253873c
Octal24023722201114570774
Binary101000001001111110010010011001100101111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F92; }

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

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

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

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

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

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

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

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