Shades of Dawn #A39F8B
Tints of Dawn #A39F8B
RGB
CMYK
RGB Variations
Color information
#A39F8B (or 0xA39F8B) is known color: Dawn. HEX triplet: A3, 9F and 8B. RGB value is (163,159,139). Sum of RGB (Red+Green+Blue) = 163+159+139=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F8B is #5C6074. Grayscale: #9D9D9D. Windows color (decimal): -6054005 or 9150371. OLE color: 9150371.
HSL color Cylindrical-coordinate representation of color #A39F8B: hue angle of 50º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A39F8B is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 139 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.36 |
| HSL | 50º | 0.12% | 0.59% | - |
| HSV(B) | 50º | 0.15% | 0.64% | - |
| XYZ | 32.16 | 34.45 | 29.38 | - |
| YUV | 157.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 139 | 0 | 0.02 | 0.15 | 0.36 | 50 | 0.12 | 0.59 |
| Hex | A3 | 9F | 8B | 0 | 2 | F | 24 | 32 | C | 3B |
| Octal | 243 | 237 | 213 | 0 | 2 | 17 | 44 | 62 | 14 | 73 |
| Binary | 10100011 | 10011111 | 10001011 | 0 | 10 | 1111 | 100100 | 110010 | 1100 | 111011 |
Color Harmonies of #A39F8B
Complementary color
Monochromatic Colors of #A39F8B
Black with #A39F8B
Text Example
Text Example
White with #A39F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F8B; }
p { color: rgb(163,159,139); }
H1.HeaderClassName
{
color: #A39F8B;
}
.AnyTagClassName
{
color: #A39F8B;
}
</style>
background-color css
<style>
a { background-color: #A39F8B; }
a { background-color: rgb(163,159,139); }
div.DivClassName
{
background-color: #A39F8B;
}
.BgClassName
{
background-color: #A39F8B;
}
</style>
border-color css
<style>
span { border-color: #A39F8B; }
span { border-color: rgb(163,159,139); }
td.TdClassName
{
border-color: #A39F8B;
}
.TagClassName
{
border-color: #A39F8B;
}
</style>