Shades of Sahara #AC8F28
Tints of Sahara #AC8F28
RGB
CMYK
RGB Variations
Color information
#AC8F28 (or 0xAC8F28) is known color: Sahara. HEX triplet: AC, 8F and 28. RGB value is (172,143,40). Sum of RGB (Red+Green+Blue) = 172+143+40=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F28 is #5370D7. Grayscale: #8C8C8C. Windows color (decimal): -5468376 or 2658220. OLE color: 2658220.
HSL color Cylindrical-coordinate representation of color #AC8F28: hue angle of 46.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8F28 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 40 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.33 |
| HSL | 46.82º | 0.62% | 0.42% | - |
| HSV(B) | 46.82º | 0.77% | 0.67% | - |
| XYZ | 27.22 | 28.57 | 6.09 | - |
| YUV | 139.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 40 | 0 | 0.17 | 0.77 | 0.33 | 46.82 | 0.62 | 0.42 |
| Hex | AC | 8F | 28 | 0 | 11 | 4D | 21 | 2F | 3E | 2A |
| Octal | 254 | 217 | 50 | 0 | 21 | 115 | 41 | 57 | 76 | 52 |
| Binary | 10101100 | 10001111 | 101000 | 0 | 10001 | 1001101 | 100001 | 101111 | 111110 | 101010 |
Color Harmonies of #AC8F28
Complementary color
Monochromatic Colors of #AC8F28
Black with #AC8F28
Text Example
Text Example
White with #AC8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F28; }
p { color: rgb(172,143,40); }
H1.HeaderClassName
{
color: #AC8F28;
}
.AnyTagClassName
{
color: #AC8F28;
}
</style>
background-color css
<style>
a { background-color: #AC8F28; }
a { background-color: rgb(172,143,40); }
div.DivClassName
{
background-color: #AC8F28;
}
.BgClassName
{
background-color: #AC8F28;
}
</style>
border-color css
<style>
span { border-color: #AC8F28; }
span { border-color: rgb(172,143,40); }
td.TdClassName
{
border-color: #AC8F28;
}
.TagClassName
{
border-color: #AC8F28;
}
</style>