Shades of Sandrift #AC8E7A
Tints of Sandrift #AC8E7A
RGB
CMYK
RGB Variations
Color information
#AC8E7A (or 0xAC8E7A) is known color: Sandrift. HEX triplet: AC, 8E and 7A. RGB value is (172,142,122). Sum of RGB (Red+Green+Blue) = 172+142+122=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E7A is #537185. Grayscale: #949494. Windows color (decimal): -5468550 or 8031916. OLE color: 8031916.
HSL color Cylindrical-coordinate representation of color #AC8E7A: hue angle of 24º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC8E7A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 122 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.33 |
| HSL | 24º | 0.23% | 0.58% | - |
| HSV(B) | 24º | 0.29% | 0.67% | - |
| XYZ | 30.2 | 29.52 | 22.52 | - |
| YUV | 148.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 122 | 0 | 0.17 | 0.29 | 0.33 | 24 | 0.23 | 0.58 |
| Hex | AC | 8E | 7A | 0 | 11 | 1D | 21 | 18 | 17 | 3A |
| Octal | 254 | 216 | 172 | 0 | 21 | 35 | 41 | 30 | 27 | 72 |
| Binary | 10101100 | 10001110 | 1111010 | 0 | 10001 | 11101 | 100001 | 11000 | 10111 | 111010 |
Color Harmonies of #AC8E7A
Complementary color
Monochromatic Colors of #AC8E7A
Black with #AC8E7A
Text Example
Text Example
White with #AC8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E7A; }
p { color: rgb(172,142,122); }
H1.HeaderClassName
{
color: #AC8E7A;
}
.AnyTagClassName
{
color: #AC8E7A;
}
</style>
background-color css
<style>
a { background-color: #AC8E7A; }
a { background-color: rgb(172,142,122); }
div.DivClassName
{
background-color: #AC8E7A;
}
.BgClassName
{
background-color: #AC8E7A;
}
</style>
border-color css
<style>
span { border-color: #AC8E7A; }
span { border-color: rgb(172,142,122); }
td.TdClassName
{
border-color: #AC8E7A;
}
.TagClassName
{
border-color: #AC8E7A;
}
</style>