Shades of Sandrift #AC8F7B
Tints of Sandrift #AC8F7B
RGB
CMYK
RGB Variations
Color information
#AC8F7B (or 0xAC8F7B) is known color: Sandrift. HEX triplet: AC, 8F and 7B. RGB value is (172,143,123). Sum of RGB (Red+Green+Blue) = 172+143+123=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F7B is #537084. Grayscale: #959595. Windows color (decimal): -5468293 or 8097708. OLE color: 8097708.
HSL color Cylindrical-coordinate representation of color #AC8F7B: hue angle of 24.49º 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 #AC8F7B is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 123 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.33 |
| HSL | 24.49º | 0.23% | 0.58% | - |
| HSV(B) | 24.49º | 0.28% | 0.67% | - |
| XYZ | 30.41 | 29.85 | 22.9 | - |
| YUV | 149.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 123 | 0 | 0.17 | 0.28 | 0.33 | 24.49 | 0.23 | 0.58 |
| Hex | AC | 8F | 7B | 0 | 11 | 1C | 21 | 18 | 17 | 3A |
| Octal | 254 | 217 | 173 | 0 | 21 | 34 | 41 | 30 | 27 | 72 |
| Binary | 10101100 | 10001111 | 1111011 | 0 | 10001 | 11100 | 100001 | 11000 | 10111 | 111010 |
Color Harmonies of #AC8F7B
Complementary color
Monochromatic Colors of #AC8F7B
Black with #AC8F7B
Text Example
Text Example
White with #AC8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F7B; }
p { color: rgb(172,143,123); }
H1.HeaderClassName
{
color: #AC8F7B;
}
.AnyTagClassName
{
color: #AC8F7B;
}
</style>
background-color css
<style>
a { background-color: #AC8F7B; }
a { background-color: rgb(172,143,123); }
div.DivClassName
{
background-color: #AC8F7B;
}
.BgClassName
{
background-color: #AC8F7B;
}
</style>
border-color css
<style>
span { border-color: #AC8F7B; }
span { border-color: rgb(172,143,123); }
td.TdClassName
{
border-color: #AC8F7B;
}
.TagClassName
{
border-color: #AC8F7B;
}
</style>