Shades of Sandrift #AC8874
Tints of Sandrift #AC8874
RGB
CMYK
RGB Variations
Color information
#AC8874 (or 0xAC8874) is known color: Sandrift. HEX triplet: AC, 88 and 74. RGB value is (172,136,116). Sum of RGB (Red+Green+Blue) = 172+136+116=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8874 is #53778B. Grayscale: #909090. Windows color (decimal): -5470092 or 7637164. OLE color: 7637164.
HSL color Cylindrical-coordinate representation of color #AC8874: hue angle of 21.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8874 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 116 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.33 |
| HSL | 21.43º | 0.25% | 0.56% | - |
| HSV(B) | 21.43º | 0.33% | 0.67% | - |
| XYZ | 28.97 | 27.64 | 20.33 | - |
| YUV | 144.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 116 | 0 | 0.21 | 0.33 | 0.33 | 21.43 | 0.25 | 0.56 |
| Hex | AC | 88 | 74 | 0 | 15 | 21 | 21 | 15 | 19 | 38 |
| Octal | 254 | 210 | 164 | 0 | 25 | 41 | 41 | 25 | 31 | 70 |
| Binary | 10101100 | 10001000 | 1110100 | 0 | 10101 | 100001 | 100001 | 10101 | 11001 | 111000 |
Color Harmonies of #AC8874
Complementary color
Monochromatic Colors of #AC8874
Black with #AC8874
Text Example
Text Example
White with #AC8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8874; }
p { color: rgb(172,136,116); }
H1.HeaderClassName
{
color: #AC8874;
}
.AnyTagClassName
{
color: #AC8874;
}
</style>
background-color css
<style>
a { background-color: #AC8874; }
a { background-color: rgb(172,136,116); }
div.DivClassName
{
background-color: #AC8874;
}
.BgClassName
{
background-color: #AC8874;
}
</style>
border-color css
<style>
span { border-color: #AC8874; }
span { border-color: rgb(172,136,116); }
td.TdClassName
{
border-color: #AC8874;
}
.TagClassName
{
border-color: #AC8874;
}
</style>