Shades of Dawn #A09C8C
Tints of Dawn #A09C8C
RGB
CMYK
RGB Variations
Color information
#A09C8C (or 0xA09C8C) is known color: Dawn. HEX triplet: A0, 9C and 8C. RGB value is (160,156,140). Sum of RGB (Red+Green+Blue) = 160+156+140=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09C8C is #5F6373. Grayscale: #9B9B9B. Windows color (decimal): -6251380 or 9215136. OLE color: 9215136.
HSL color Cylindrical-coordinate representation of color #A09C8C: hue angle of 48º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A09C8C is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 140 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.37 |
| HSL | 48º | 0.1% | 0.59% | - |
| HSV(B) | 48º | 0.13% | 0.63% | - |
| XYZ | 31.12 | 33.14 | 29.57 | - |
| YUV | 155.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 140 | 0 | 0.02 | 0.12 | 0.37 | 48 | 0.1 | 0.59 |
| Hex | A0 | 9C | 8C | 0 | 2 | C | 25 | 30 | A | 3B |
| Octal | 240 | 234 | 214 | 0 | 2 | 14 | 45 | 60 | 12 | 73 |
| Binary | 10100000 | 10011100 | 10001100 | 0 | 10 | 1100 | 100101 | 110000 | 1010 | 111011 |
Color Harmonies of #A09C8C
Complementary color
Monochromatic Colors of #A09C8C
Black with #A09C8C
Text Example
Text Example
White with #A09C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C8C; }
p { color: rgb(160,156,140); }
H1.HeaderClassName
{
color: #A09C8C;
}
.AnyTagClassName
{
color: #A09C8C;
}
</style>
background-color css
<style>
a { background-color: #A09C8C; }
a { background-color: rgb(160,156,140); }
div.DivClassName
{
background-color: #A09C8C;
}
.BgClassName
{
background-color: #A09C8C;
}
</style>
border-color css
<style>
span { border-color: #A09C8C; }
span { border-color: rgb(160,156,140); }
td.TdClassName
{
border-color: #A09C8C;
}
.TagClassName
{
border-color: #A09C8C;
}
</style>