Shades of Sandrift #AC9482
Tints of Sandrift #AC9482
RGB
CMYK
RGB Variations
Color information
#AC9482 (or 0xAC9482) is known color: Sandrift. HEX triplet: AC, 94 and 82. RGB value is (172,148,130). Sum of RGB (Red+Green+Blue) = 172+148+130=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9482 is #536B7D. Grayscale: #999999. Windows color (decimal): -5467006 or 8557740. OLE color: 8557740.
HSL color Cylindrical-coordinate representation of color #AC9482: hue angle of 25.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9482 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 130 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.33 |
| HSL | 25.71º | 0.2% | 0.59% | - |
| HSV(B) | 25.71º | 0.24% | 0.67% | - |
| XYZ | 31.63 | 31.56 | 25.54 | - |
| YUV | 153.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 130 | 0 | 0.14 | 0.24 | 0.33 | 25.71 | 0.2 | 0.59 |
| Hex | AC | 94 | 82 | 0 | E | 18 | 21 | 1A | 14 | 3B |
| Octal | 254 | 224 | 202 | 0 | 16 | 30 | 41 | 32 | 24 | 73 |
| Binary | 10101100 | 10010100 | 10000010 | 0 | 1110 | 11000 | 100001 | 11010 | 10100 | 111011 |
Color Harmonies of #AC9482
Complementary color
Monochromatic Colors of #AC9482
Black with #AC9482
Text Example
Text Example
White with #AC9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9482; }
p { color: rgb(172,148,130); }
H1.HeaderClassName
{
color: #AC9482;
}
.AnyTagClassName
{
color: #AC9482;
}
</style>
background-color css
<style>
a { background-color: #AC9482; }
a { background-color: rgb(172,148,130); }
div.DivClassName
{
background-color: #AC9482;
}
.BgClassName
{
background-color: #AC9482;
}
</style>
border-color css
<style>
span { border-color: #AC9482; }
span { border-color: rgb(172,148,130); }
td.TdClassName
{
border-color: #AC9482;
}
.TagClassName
{
border-color: #AC9482;
}
</style>