Shades of Sahara #AF912C
Tints of Sahara #AF912C
RGB
CMYK
RGB Variations
Color information
#AF912C (or 0xAF912C) is known color: Sahara. HEX triplet: AF, 91 and 2C. RGB value is (175,145,44). Sum of RGB (Red+Green+Blue) = 175+145+44=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF912C is #506ED3. Grayscale: #8E8E8E. Windows color (decimal): -5271252 or 2920879. OLE color: 2920879.
HSL color Cylindrical-coordinate representation of color #AF912C: hue angle of 46.26º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF912C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 44 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.31 |
| HSL | 46.26º | 0.6% | 0.43% | - |
| HSV(B) | 46.26º | 0.75% | 0.69% | - |
| XYZ | 28.26 | 29.55 | 6.6 | - |
| YUV | 142.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 44 | 0 | 0.17 | 0.75 | 0.31 | 46.26 | 0.6 | 0.43 |
| Hex | AF | 91 | 2C | 0 | 11 | 4B | 1F | 2E | 3C | 2B |
| Octal | 257 | 221 | 54 | 0 | 21 | 113 | 37 | 56 | 74 | 53 |
| Binary | 10101111 | 10010001 | 101100 | 0 | 10001 | 1001011 | 11111 | 101110 | 111100 | 101011 |
Color Harmonies of #AF912C
Complementary color
Monochromatic Colors of #AF912C
Black with #AF912C
Text Example
Text Example
White with #AF912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF912C; }
p { color: rgb(175,145,44); }
H1.HeaderClassName
{
color: #AF912C;
}
.AnyTagClassName
{
color: #AF912C;
}
</style>
background-color css
<style>
a { background-color: #AF912C; }
a { background-color: rgb(175,145,44); }
div.DivClassName
{
background-color: #AF912C;
}
.BgClassName
{
background-color: #AF912C;
}
</style>
border-color css
<style>
span { border-color: #AF912C; }
span { border-color: rgb(175,145,44); }
td.TdClassName
{
border-color: #AF912C;
}
.TagClassName
{
border-color: #AF912C;
}
</style>