Shades of Sahara #AF8A20
Tints of Sahara #AF8A20
RGB
CMYK
RGB Variations
Color information
#AF8A20 (or 0xAF8A20) is known color: Sahara. HEX triplet: AF, 8A and 20. RGB value is (175,138,32). Sum of RGB (Red+Green+Blue) = 175+138+32=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A20 is #5075DF. Grayscale: #898989. Windows color (decimal): -5273056 or 2132655. OLE color: 2132655.
HSL color Cylindrical-coordinate representation of color #AF8A20: hue angle of 44.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF8A20 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 32 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.31 |
| HSL | 44.48º | 0.69% | 0.41% | - |
| HSV(B) | 44.48º | 0.82% | 0.69% | - |
| XYZ | 27.03 | 27.4 | 5.23 | - |
| YUV | 136.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 32 | 0 | 0.21 | 0.82 | 0.31 | 44.48 | 0.69 | 0.41 |
| Hex | AF | 8A | 20 | 0 | 15 | 52 | 1F | 2C | 45 | 29 |
| Octal | 257 | 212 | 40 | 0 | 25 | 122 | 37 | 54 | 105 | 51 |
| Binary | 10101111 | 10001010 | 100000 | 0 | 10101 | 1010010 | 11111 | 101100 | 1000101 | 101001 |
Color Harmonies of #AF8A20
Complementary color
Monochromatic Colors of #AF8A20
Black with #AF8A20
Text Example
Text Example
White with #AF8A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A20; }
p { color: rgb(175,138,32); }
H1.HeaderClassName
{
color: #AF8A20;
}
.AnyTagClassName
{
color: #AF8A20;
}
</style>
background-color css
<style>
a { background-color: #AF8A20; }
a { background-color: rgb(175,138,32); }
div.DivClassName
{
background-color: #AF8A20;
}
.BgClassName
{
background-color: #AF8A20;
}
</style>
border-color css
<style>
span { border-color: #AF8A20; }
span { border-color: rgb(175,138,32); }
td.TdClassName
{
border-color: #AF8A20;
}
.TagClassName
{
border-color: #AF8A20;
}
</style>