#A09F8E

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

Shades of Dawn #A09F8E

Tints of Dawn #A09F8E

Color information

#A09F8E (or 0xA09F8E) is unknown color: approx Dawn. HEX triplet: A0, 9F and 8E. RGB value is (160,159,142). Sum of RGB (Red+Green+Blue) = 160+159+142=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F8E is #5F6071. Grayscale: #9D9D9D. Windows color (decimal): -6250610 or 9346976. OLE color: 9346976.

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

Color convert

RGB160159142-
CMYK00.010.110.37
HSL56.67º8.65%59.22%-
HSV(B)56.67º11.25%62.75%-
XYZ31.7834.2230.52-
YUV157.36119.33129.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=34.71%
G=34.49%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015914200.010.110.3756.678.6559.22
HexA09F8E01B253993b
Octal240237216011345711173
Binary1010000010011111100011100110111001011110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F8E; }

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

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

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

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

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

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

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

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