Shades of Sahara #AF891D
Tints of Sahara #AF891D
RGB
CMYK
RGB Variations
Color information
#AF891D (or 0xAF891D) is known color: Sahara. HEX triplet: AF, 89 and 1D. RGB value is (175,137,29). Sum of RGB (Red+Green+Blue) = 175+137+29=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF891D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF891D is #5076E2. Grayscale: #888888. Windows color (decimal): -5273315 or 1935791. OLE color: 1935791.
HSL color Cylindrical-coordinate representation of color #AF891D: hue angle of 44.38º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF891D is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 29 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.31 |
| HSL | 44.38º | 0.72% | 0.4% | - |
| HSV(B) | 44.38º | 0.83% | 0.69% | - |
| XYZ | 26.85 | 27.09 | 4.98 | - |
| YUV | 136.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 29 | 0 | 0.22 | 0.83 | 0.31 | 44.38 | 0.72 | 0.4 |
| Hex | AF | 89 | 1D | 0 | 16 | 53 | 1F | 2C | 48 | 28 |
| Octal | 257 | 211 | 35 | 0 | 26 | 123 | 37 | 54 | 110 | 50 |
| Binary | 10101111 | 10001001 | 11101 | 0 | 10110 | 1010011 | 11111 | 101100 | 1001000 | 101000 |
Color Harmonies of #AF891D
Complementary color
Monochromatic Colors of #AF891D
Black with #AF891D
Text Example
Text Example
White with #AF891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF891D; }
p { color: rgb(175,137,29); }
H1.HeaderClassName
{
color: #AF891D;
}
.AnyTagClassName
{
color: #AF891D;
}
</style>
background-color css
<style>
a { background-color: #AF891D; }
a { background-color: rgb(175,137,29); }
div.DivClassName
{
background-color: #AF891D;
}
.BgClassName
{
background-color: #AF891D;
}
</style>
border-color css
<style>
span { border-color: #AF891D; }
span { border-color: rgb(175,137,29); }
td.TdClassName
{
border-color: #AF891D;
}
.TagClassName
{
border-color: #AF891D;
}
</style>