Shades of Sahara #AF8B1C
Tints of Sahara #AF8B1C
RGB
CMYK
RGB Variations
Color information
#AF8B1C (or 0xAF8B1C) is known color: Sahara. HEX triplet: AF, 8B and 1C. RGB value is (175,139,28). Sum of RGB (Red+Green+Blue) = 175+139+28=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B1C is #5074E3. Grayscale: #898989. Windows color (decimal): -5272804 or 1870767. OLE color: 1870767.
HSL color Cylindrical-coordinate representation of color #AF8B1C: hue angle of 45.31º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF8B1C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 28 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.31 |
| HSL | 45.31º | 0.72% | 0.4% | - |
| HSV(B) | 45.31º | 0.84% | 0.69% | - |
| XYZ | 27.12 | 27.66 | 5.01 | - |
| YUV | 137.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 28 | 0 | 0.21 | 0.84 | 0.31 | 45.31 | 0.72 | 0.4 |
| Hex | AF | 8B | 1C | 0 | 15 | 54 | 1F | 2D | 48 | 28 |
| Octal | 257 | 213 | 34 | 0 | 25 | 124 | 37 | 55 | 110 | 50 |
| Binary | 10101111 | 10001011 | 11100 | 0 | 10101 | 1010100 | 11111 | 101101 | 1001000 | 101000 |
Color Harmonies of #AF8B1C
Complementary color
Monochromatic Colors of #AF8B1C
Black with #AF8B1C
Text Example
Text Example
White with #AF8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B1C; }
p { color: rgb(175,139,28); }
H1.HeaderClassName
{
color: #AF8B1C;
}
.AnyTagClassName
{
color: #AF8B1C;
}
</style>
background-color css
<style>
a { background-color: #AF8B1C; }
a { background-color: rgb(175,139,28); }
div.DivClassName
{
background-color: #AF8B1C;
}
.BgClassName
{
background-color: #AF8B1C;
}
</style>
border-color css
<style>
span { border-color: #AF8B1C; }
span { border-color: rgb(175,139,28); }
td.TdClassName
{
border-color: #AF8B1C;
}
.TagClassName
{
border-color: #AF8B1C;
}
</style>