Shades of Sandrift #AC8B7B
Tints of Sandrift #AC8B7B
RGB
CMYK
RGB Variations
Color information
#AC8B7B (or 0xAC8B7B) is known color: Sandrift. HEX triplet: AC, 8B and 7B. RGB value is (172,139,123). Sum of RGB (Red+Green+Blue) = 172+139+123=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B7B is #537484. Grayscale: #939393. Windows color (decimal): -5469317 or 8096684. OLE color: 8096684.
HSL color Cylindrical-coordinate representation of color #AC8B7B: hue angle of 19.59º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC8B7B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 123 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.33 |
| HSL | 19.59º | 0.23% | 0.58% | - |
| HSV(B) | 19.59º | 0.28% | 0.67% | - |
| XYZ | 29.82 | 28.67 | 22.7 | - |
| YUV | 147.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 123 | 0 | 0.19 | 0.28 | 0.33 | 19.59 | 0.23 | 0.58 |
| Hex | AC | 8B | 7B | 0 | 13 | 1C | 21 | 14 | 17 | 3A |
| Octal | 254 | 213 | 173 | 0 | 23 | 34 | 41 | 24 | 27 | 72 |
| Binary | 10101100 | 10001011 | 1111011 | 0 | 10011 | 11100 | 100001 | 10100 | 10111 | 111010 |
Color Harmonies of #AC8B7B
Complementary color
Monochromatic Colors of #AC8B7B
Black with #AC8B7B
Text Example
Text Example
White with #AC8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B7B; }
p { color: rgb(172,139,123); }
H1.HeaderClassName
{
color: #AC8B7B;
}
.AnyTagClassName
{
color: #AC8B7B;
}
</style>
background-color css
<style>
a { background-color: #AC8B7B; }
a { background-color: rgb(172,139,123); }
div.DivClassName
{
background-color: #AC8B7B;
}
.BgClassName
{
background-color: #AC8B7B;
}
</style>
border-color css
<style>
span { border-color: #AC8B7B; }
span { border-color: rgb(172,139,123); }
td.TdClassName
{
border-color: #AC8B7B;
}
.TagClassName
{
border-color: #AC8B7B;
}
</style>