Shades of Sahara #AF932C
Tints of Sahara #AF932C
RGB
CMYK
RGB Variations
Color information
#AF932C (or 0xAF932C) is known color: Sahara. HEX triplet: AF, 93 and 2C. RGB value is (175,147,44). Sum of RGB (Red+Green+Blue) = 175+147+44=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF932C is #506CD3. Grayscale: #909090. Windows color (decimal): -5270740 or 2921391. OLE color: 2921391.
HSL color Cylindrical-coordinate representation of color #AF932C: hue angle of 47.18º 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 #AF932C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 44 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.31 |
| HSL | 47.18º | 0.6% | 0.43% | - |
| HSV(B) | 47.18º | 0.75% | 0.69% | - |
| XYZ | 28.57 | 30.16 | 6.7 | - |
| YUV | 143.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 44 | 0 | 0.16 | 0.75 | 0.31 | 47.18 | 0.6 | 0.43 |
| Hex | AF | 93 | 2C | 0 | 10 | 4B | 1F | 2F | 3C | 2B |
| Octal | 257 | 223 | 54 | 0 | 20 | 113 | 37 | 57 | 74 | 53 |
| Binary | 10101111 | 10010011 | 101100 | 0 | 10000 | 1001011 | 11111 | 101111 | 111100 | 101011 |
Color Harmonies of #AF932C
Complementary color
Monochromatic Colors of #AF932C
Black with #AF932C
Text Example
Text Example
White with #AF932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF932C; }
p { color: rgb(175,147,44); }
H1.HeaderClassName
{
color: #AF932C;
}
.AnyTagClassName
{
color: #AF932C;
}
</style>
background-color css
<style>
a { background-color: #AF932C; }
a { background-color: rgb(175,147,44); }
div.DivClassName
{
background-color: #AF932C;
}
.BgClassName
{
background-color: #AF932C;
}
</style>
border-color css
<style>
span { border-color: #AF932C; }
span { border-color: rgb(175,147,44); }
td.TdClassName
{
border-color: #AF932C;
}
.TagClassName
{
border-color: #AF932C;
}
</style>