Shades of Sahara #AF922C
Tints of Sahara #AF922C
RGB
CMYK
RGB Variations
Color information
#AF922C (or 0xAF922C) is known color: Sahara. HEX triplet: AF, 92 and 2C. RGB value is (175,146,44). Sum of RGB (Red+Green+Blue) = 175+146+44=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF922C is #506DD3. Grayscale: #8F8F8F. Windows color (decimal): -5270996 or 2921135. OLE color: 2921135.
HSL color Cylindrical-coordinate representation of color #AF922C: hue angle of 46.72º 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 #AF922C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 44 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.31 |
| HSL | 46.72º | 0.6% | 0.43% | - |
| HSV(B) | 46.72º | 0.75% | 0.69% | - |
| XYZ | 28.41 | 29.85 | 6.65 | - |
| YUV | 143.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 44 | 0 | 0.17 | 0.75 | 0.31 | 46.72 | 0.6 | 0.43 |
| Hex | AF | 92 | 2C | 0 | 11 | 4B | 1F | 2F | 3C | 2B |
| Octal | 257 | 222 | 54 | 0 | 21 | 113 | 37 | 57 | 74 | 53 |
| Binary | 10101111 | 10010010 | 101100 | 0 | 10001 | 1001011 | 11111 | 101111 | 111100 | 101011 |
Color Harmonies of #AF922C
Complementary color
Monochromatic Colors of #AF922C
Black with #AF922C
Text Example
Text Example
White with #AF922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF922C; }
p { color: rgb(175,146,44); }
H1.HeaderClassName
{
color: #AF922C;
}
.AnyTagClassName
{
color: #AF922C;
}
</style>
background-color css
<style>
a { background-color: #AF922C; }
a { background-color: rgb(175,146,44); }
div.DivClassName
{
background-color: #AF922C;
}
.BgClassName
{
background-color: #AF922C;
}
</style>
border-color css
<style>
span { border-color: #AF922C; }
span { border-color: rgb(175,146,44); }
td.TdClassName
{
border-color: #AF922C;
}
.TagClassName
{
border-color: #AF922C;
}
</style>