Shades of Dawn #A6A28F
Tints of Dawn #A6A28F
RGB
CMYK
RGB Variations
Color information
#A6A28F (or 0xA6A28F) is known color: Dawn. HEX triplet: A6, A2 and 8F. RGB value is (166,162,143). Sum of RGB (Red+Green+Blue) = 166+162+143=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A28F is #595D70. Grayscale: #A1A1A1. Windows color (decimal): -5856625 or 9413286. OLE color: 9413286.
HSL color Cylindrical-coordinate representation of color #A6A28F: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A28F is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 143 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.35 |
| HSL | 49.57º | 0.11% | 0.61% | - |
| HSV(B) | 49.57º | 0.14% | 0.65% | - |
| XYZ | 33.6 | 35.93 | 31.15 | - |
| YUV | 161.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 143 | 0 | 0.02 | 0.14 | 0.35 | 49.57 | 0.11 | 0.61 |
| Hex | A6 | A2 | 8F | 0 | 2 | E | 23 | 32 | B | 3D |
| Octal | 246 | 242 | 217 | 0 | 2 | 16 | 43 | 62 | 13 | 75 |
| Binary | 10100110 | 10100010 | 10001111 | 0 | 10 | 1110 | 100011 | 110010 | 1011 | 111101 |
Color Harmonies of #A6A28F
Complementary color
Monochromatic Colors of #A6A28F
Black with #A6A28F
Text Example
Text Example
White with #A6A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A28F; }
p { color: rgb(166,162,143); }
H1.HeaderClassName
{
color: #A6A28F;
}
.AnyTagClassName
{
color: #A6A28F;
}
</style>
background-color css
<style>
a { background-color: #A6A28F; }
a { background-color: rgb(166,162,143); }
div.DivClassName
{
background-color: #A6A28F;
}
.BgClassName
{
background-color: #A6A28F;
}
</style>
border-color css
<style>
span { border-color: #A6A28F; }
span { border-color: rgb(166,162,143); }
td.TdClassName
{
border-color: #A6A28F;
}
.TagClassName
{
border-color: #A6A28F;
}
</style>