Shades of Sahara #AF962E
Tints of Sahara #AF962E
RGB
CMYK
RGB Variations
Color information
#AF962E (or 0xAF962E) is known color: Sahara. HEX triplet: AF, 96 and 2E. RGB value is (175,150,46). Sum of RGB (Red+Green+Blue) = 175+150+46=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF962E is #5069D1. Grayscale: #929292. Windows color (decimal): -5269970 or 3053231. OLE color: 3053231.
HSL color Cylindrical-coordinate representation of color #AF962E: hue angle of 48.37º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF962E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 46 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.31 |
| HSL | 48.37º | 0.58% | 0.43% | - |
| HSV(B) | 48.37º | 0.74% | 0.69% | - |
| XYZ | 29.08 | 31.12 | 7.06 | - |
| YUV | 145.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 46 | 0 | 0.14 | 0.74 | 0.31 | 48.37 | 0.58 | 0.43 |
| Hex | AF | 96 | 2E | 0 | E | 4A | 1F | 30 | 3A | 2B |
| Octal | 257 | 226 | 56 | 0 | 16 | 112 | 37 | 60 | 72 | 53 |
| Binary | 10101111 | 10010110 | 101110 | 0 | 1110 | 1001010 | 11111 | 110000 | 111010 | 101011 |
Color Harmonies of #AF962E
Complementary color
Monochromatic Colors of #AF962E
Black with #AF962E
Text Example
Text Example
White with #AF962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF962E; }
p { color: rgb(175,150,46); }
H1.HeaderClassName
{
color: #AF962E;
}
.AnyTagClassName
{
color: #AF962E;
}
</style>
background-color css
<style>
a { background-color: #AF962E; }
a { background-color: rgb(175,150,46); }
div.DivClassName
{
background-color: #AF962E;
}
.BgClassName
{
background-color: #AF962E;
}
</style>
border-color css
<style>
span { border-color: #AF962E; }
span { border-color: rgb(175,150,46); }
td.TdClassName
{
border-color: #AF962E;
}
.TagClassName
{
border-color: #AF962E;
}
</style>