Shades of Sahara #AF912B
Tints of Sahara #AF912B
RGB
CMYK
RGB Variations
Color information
#AF912B (or 0xAF912B) is known color: Sahara. HEX triplet: AF, 91 and 2B. RGB value is (175,145,43). Sum of RGB (Red+Green+Blue) = 175+145+43=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF912B is #506ED4. Grayscale: #8E8E8E. Windows color (decimal): -5271253 or 2855343. OLE color: 2855343.
HSL color Cylindrical-coordinate representation of color #AF912B: hue angle of 46.36º degrees, saturation: 0.61, 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 #AF912B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 43 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.31 |
| HSL | 46.36º | 0.61% | 0.43% | - |
| HSV(B) | 46.36º | 0.75% | 0.69% | - |
| XYZ | 28.24 | 29.54 | 6.5 | - |
| YUV | 142.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 43 | 0 | 0.17 | 0.75 | 0.31 | 46.36 | 0.61 | 0.43 |
| Hex | AF | 91 | 2B | 0 | 11 | 4B | 1F | 2E | 3D | 2B |
| Octal | 257 | 221 | 53 | 0 | 21 | 113 | 37 | 56 | 75 | 53 |
| Binary | 10101111 | 10010001 | 101011 | 0 | 10001 | 1001011 | 11111 | 101110 | 111101 | 101011 |
Color Harmonies of #AF912B
Complementary color
Monochromatic Colors of #AF912B
Black with #AF912B
Text Example
Text Example
White with #AF912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF912B; }
p { color: rgb(175,145,43); }
H1.HeaderClassName
{
color: #AF912B;
}
.AnyTagClassName
{
color: #AF912B;
}
</style>
background-color css
<style>
a { background-color: #AF912B; }
a { background-color: rgb(175,145,43); }
div.DivClassName
{
background-color: #AF912B;
}
.BgClassName
{
background-color: #AF912B;
}
</style>
border-color css
<style>
span { border-color: #AF912B; }
span { border-color: rgb(175,145,43); }
td.TdClassName
{
border-color: #AF912B;
}
.TagClassName
{
border-color: #AF912B;
}
</style>