Shades of Sandrift #AC8B76
Tints of Sandrift #AC8B76
RGB
CMYK
RGB Variations
Color information
#AC8B76 (or 0xAC8B76) is known color: Sandrift. HEX triplet: AC, 8B and 76. RGB value is (172,139,118). Sum of RGB (Red+Green+Blue) = 172+139+118=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B76 is #537489. Grayscale: #929292. Windows color (decimal): -5469322 or 7769004. OLE color: 7769004.
HSL color Cylindrical-coordinate representation of color #AC8B76: hue angle of 23.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8B76 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 118 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.33 |
| HSL | 23.33º | 0.25% | 0.57% | - |
| HSV(B) | 23.33º | 0.31% | 0.67% | - |
| XYZ | 29.52 | 28.54 | 21.09 | - |
| YUV | 146.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 118 | 0 | 0.19 | 0.31 | 0.33 | 23.33 | 0.25 | 0.57 |
| Hex | AC | 8B | 76 | 0 | 13 | 1F | 21 | 17 | 19 | 39 |
| Octal | 254 | 213 | 166 | 0 | 23 | 37 | 41 | 27 | 31 | 71 |
| Binary | 10101100 | 10001011 | 1110110 | 0 | 10011 | 11111 | 100001 | 10111 | 11001 | 111001 |
Color Harmonies of #AC8B76
Complementary color
Monochromatic Colors of #AC8B76
Black with #AC8B76
Text Example
Text Example
White with #AC8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B76; }
p { color: rgb(172,139,118); }
H1.HeaderClassName
{
color: #AC8B76;
}
.AnyTagClassName
{
color: #AC8B76;
}
</style>
background-color css
<style>
a { background-color: #AC8B76; }
a { background-color: rgb(172,139,118); }
div.DivClassName
{
background-color: #AC8B76;
}
.BgClassName
{
background-color: #AC8B76;
}
</style>
border-color css
<style>
span { border-color: #AC8B76; }
span { border-color: rgb(172,139,118); }
td.TdClassName
{
border-color: #AC8B76;
}
.TagClassName
{
border-color: #AC8B76;
}
</style>