Shades of Sahara #AF972C
Tints of Sahara #AF972C
RGB
CMYK
RGB Variations
Color information
#AF972C (or 0xAF972C) is known color: Sahara. HEX triplet: AF, 97 and 2C. RGB value is (175,151,44). Sum of RGB (Red+Green+Blue) = 175+151+44=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF972C is #5068D3. Grayscale: #929292. Windows color (decimal): -5269716 or 2922415. OLE color: 2922415.
HSL color Cylindrical-coordinate representation of color #AF972C: hue angle of 49.01º 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 #AF972C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 44 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.31 |
| HSL | 49.01º | 0.6% | 0.43% | - |
| HSV(B) | 49.01º | 0.75% | 0.69% | - |
| XYZ | 29.2 | 31.43 | 6.91 | - |
| YUV | 145.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 44 | 0 | 0.14 | 0.75 | 0.31 | 49.01 | 0.6 | 0.43 |
| Hex | AF | 97 | 2C | 0 | E | 4B | 1F | 31 | 3C | 2B |
| Octal | 257 | 227 | 54 | 0 | 16 | 113 | 37 | 61 | 74 | 53 |
| Binary | 10101111 | 10010111 | 101100 | 0 | 1110 | 1001011 | 11111 | 110001 | 111100 | 101011 |
Color Harmonies of #AF972C
Complementary color
Monochromatic Colors of #AF972C
Black with #AF972C
Text Example
Text Example
White with #AF972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF972C; }
p { color: rgb(175,151,44); }
H1.HeaderClassName
{
color: #AF972C;
}
.AnyTagClassName
{
color: #AF972C;
}
</style>
background-color css
<style>
a { background-color: #AF972C; }
a { background-color: rgb(175,151,44); }
div.DivClassName
{
background-color: #AF972C;
}
.BgClassName
{
background-color: #AF972C;
}
</style>
border-color css
<style>
span { border-color: #AF972C; }
span { border-color: rgb(175,151,44); }
td.TdClassName
{
border-color: #AF972C;
}
.TagClassName
{
border-color: #AF972C;
}
</style>