Shades of Sahara #AF8C1D
Tints of Sahara #AF8C1D
RGB
CMYK
RGB Variations
Color information
#AF8C1D (or 0xAF8C1D) is known color: Sahara. HEX triplet: AF, 8C and 1D. RGB value is (175,140,29). Sum of RGB (Red+Green+Blue) = 175+140+29=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C1D is #5073E2. Grayscale: #8A8A8A. Windows color (decimal): -5272547 or 1936559. OLE color: 1936559.
HSL color Cylindrical-coordinate representation of color #AF8C1D: hue angle of 45.62º 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 #AF8C1D is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 29 | - |
| CMYK | 0 | 0.2 | 0.83 | 0.31 |
| HSL | 45.62º | 0.72% | 0.4% | - |
| HSV(B) | 45.62º | 0.83% | 0.69% | - |
| XYZ | 27.28 | 27.96 | 5.12 | - |
| YUV | 137.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 29 | 0 | 0.2 | 0.83 | 0.31 | 45.62 | 0.72 | 0.4 |
| Hex | AF | 8C | 1D | 0 | 14 | 53 | 1F | 2E | 48 | 28 |
| Octal | 257 | 214 | 35 | 0 | 24 | 123 | 37 | 56 | 110 | 50 |
| Binary | 10101111 | 10001100 | 11101 | 0 | 10100 | 1010011 | 11111 | 101110 | 1001000 | 101000 |
Color Harmonies of #AF8C1D
Complementary color
Monochromatic Colors of #AF8C1D
Black with #AF8C1D
Text Example
Text Example
White with #AF8C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C1D; }
p { color: rgb(175,140,29); }
H1.HeaderClassName
{
color: #AF8C1D;
}
.AnyTagClassName
{
color: #AF8C1D;
}
</style>
background-color css
<style>
a { background-color: #AF8C1D; }
a { background-color: rgb(175,140,29); }
div.DivClassName
{
background-color: #AF8C1D;
}
.BgClassName
{
background-color: #AF8C1D;
}
</style>
border-color css
<style>
span { border-color: #AF8C1D; }
span { border-color: rgb(175,140,29); }
td.TdClassName
{
border-color: #AF8C1D;
}
.TagClassName
{
border-color: #AF8C1D;
}
</style>