Shades of Sandrift #AC9478
Tints of Sandrift #AC9478
RGB
CMYK
RGB Variations
Color information
#AC9478 (or 0xAC9478) is known color: Sandrift. HEX triplet: AC, 94 and 78. RGB value is (172,148,120). Sum of RGB (Red+Green+Blue) = 172+148+120=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9478 is #536B87. Grayscale: #989898. Windows color (decimal): -5467016 or 7902380. OLE color: 7902380.
HSL color Cylindrical-coordinate representation of color #AC9478: hue angle of 32.31º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9478 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 120 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.33 |
| HSL | 32.31º | 0.24% | 0.57% | - |
| HSV(B) | 32.31º | 0.3% | 0.67% | - |
| XYZ | 30.99 | 31.31 | 22.18 | - |
| YUV | 151.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 120 | 0 | 0.14 | 0.30 | 0.33 | 32.31 | 0.24 | 0.57 |
| Hex | AC | 94 | 78 | 0 | E | 1E | 21 | 20 | 18 | 39 |
| Octal | 254 | 224 | 170 | 0 | 16 | 36 | 41 | 40 | 30 | 71 |
| Binary | 10101100 | 10010100 | 1111000 | 0 | 1110 | 11110 | 100001 | 100000 | 11000 | 111001 |
Color Harmonies of #AC9478
Complementary color
Monochromatic Colors of #AC9478
Black with #AC9478
Text Example
Text Example
White with #AC9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9478; }
p { color: rgb(172,148,120); }
H1.HeaderClassName
{
color: #AC9478;
}
.AnyTagClassName
{
color: #AC9478;
}
</style>
background-color css
<style>
a { background-color: #AC9478; }
a { background-color: rgb(172,148,120); }
div.DivClassName
{
background-color: #AC9478;
}
.BgClassName
{
background-color: #AC9478;
}
</style>
border-color css
<style>
span { border-color: #AC9478; }
span { border-color: rgb(172,148,120); }
td.TdClassName
{
border-color: #AC9478;
}
.TagClassName
{
border-color: #AC9478;
}
</style>