Shades of Sahara #AF9A32
Tints of Sahara #AF9A32
RGB
CMYK
RGB Variations
Color information
#AF9A32 (or 0xAF9A32) is known color: Sahara. HEX triplet: AF, 9A and 32. RGB value is (175,154,50). Sum of RGB (Red+Green+Blue) = 175+154+50=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A32 is #5065CD. Grayscale: #949494. Windows color (decimal): -5268942 or 3316399. OLE color: 3316399.
HSL color Cylindrical-coordinate representation of color #AF9A32: hue angle of 49.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF9A32 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 50 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.31 |
| HSL | 49.92º | 0.56% | 0.44% | - |
| HSV(B) | 49.92º | 0.71% | 0.69% | - |
| XYZ | 29.81 | 32.46 | 7.71 | - |
| YUV | 148.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 50 | 0 | 0.12 | 0.71 | 0.31 | 49.92 | 0.56 | 0.44 |
| Hex | AF | 9A | 32 | 0 | C | 47 | 1F | 32 | 38 | 2C |
| Octal | 257 | 232 | 62 | 0 | 14 | 107 | 37 | 62 | 70 | 54 |
| Binary | 10101111 | 10011010 | 110010 | 0 | 1100 | 1000111 | 11111 | 110010 | 111000 | 101100 |
Color Harmonies of #AF9A32
Complementary color
Monochromatic Colors of #AF9A32
Black with #AF9A32
Text Example
Text Example
White with #AF9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A32; }
p { color: rgb(175,154,50); }
H1.HeaderClassName
{
color: #AF9A32;
}
.AnyTagClassName
{
color: #AF9A32;
}
</style>
background-color css
<style>
a { background-color: #AF9A32; }
a { background-color: rgb(175,154,50); }
div.DivClassName
{
background-color: #AF9A32;
}
.BgClassName
{
background-color: #AF9A32;
}
</style>
border-color css
<style>
span { border-color: #AF9A32; }
span { border-color: rgb(175,154,50); }
td.TdClassName
{
border-color: #AF9A32;
}
.TagClassName
{
border-color: #AF9A32;
}
</style>