Shades of Sahara #AF9A33
Tints of Sahara #AF9A33
RGB
CMYK
RGB Variations
Color information
#AF9A33 (or 0xAF9A33) is known color: Sahara. HEX triplet: AF, 9A and 33. RGB value is (175,154,51). Sum of RGB (Red+Green+Blue) = 175+154+51=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A33 is #5065CC. Grayscale: #949494. Windows color (decimal): -5268941 or 3381935. OLE color: 3381935.
HSL color Cylindrical-coordinate representation of color #AF9A33: hue angle of 49.84º degrees, saturation: 0.55, 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 #AF9A33 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 51 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.31 |
| HSL | 49.84º | 0.55% | 0.44% | - |
| HSV(B) | 49.84º | 0.71% | 0.69% | - |
| XYZ | 29.83 | 32.46 | 7.83 | - |
| YUV | 148.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 51 | 0 | 0.12 | 0.71 | 0.31 | 49.84 | 0.55 | 0.44 |
| Hex | AF | 9A | 33 | 0 | C | 47 | 1F | 32 | 37 | 2C |
| Octal | 257 | 232 | 63 | 0 | 14 | 107 | 37 | 62 | 67 | 54 |
| Binary | 10101111 | 10011010 | 110011 | 0 | 1100 | 1000111 | 11111 | 110010 | 110111 | 101100 |
Color Harmonies of #AF9A33
Complementary color
Monochromatic Colors of #AF9A33
Black with #AF9A33
Text Example
Text Example
White with #AF9A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A33; }
p { color: rgb(175,154,51); }
H1.HeaderClassName
{
color: #AF9A33;
}
.AnyTagClassName
{
color: #AF9A33;
}
</style>
background-color css
<style>
a { background-color: #AF9A33; }
a { background-color: rgb(175,154,51); }
div.DivClassName
{
background-color: #AF9A33;
}
.BgClassName
{
background-color: #AF9A33;
}
</style>
border-color css
<style>
span { border-color: #AF9A33; }
span { border-color: rgb(175,154,51); }
td.TdClassName
{
border-color: #AF9A33;
}
.TagClassName
{
border-color: #AF9A33;
}
</style>