Shades of Sandrift #AC9581
Tints of Sandrift #AC9581
RGB
CMYK
RGB Variations
Color information
#AC9581 (or 0xAC9581) is known color: Sandrift. HEX triplet: AC, 95 and 81. RGB value is (172,149,129). Sum of RGB (Red+Green+Blue) = 172+149+129=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9581 is #536A7E. Grayscale: #999999. Windows color (decimal): -5466751 or 8492460. OLE color: 8492460.
HSL color Cylindrical-coordinate representation of color #AC9581: hue angle of 27.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9581 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 129 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.33 |
| HSL | 27.91º | 0.21% | 0.59% | - |
| HSV(B) | 27.91º | 0.25% | 0.67% | - |
| XYZ | 31.72 | 31.85 | 25.24 | - |
| YUV | 153.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 129 | 0 | 0.13 | 0.25 | 0.33 | 27.91 | 0.21 | 0.59 |
| Hex | AC | 95 | 81 | 0 | D | 19 | 21 | 1C | 15 | 3B |
| Octal | 254 | 225 | 201 | 0 | 15 | 31 | 41 | 34 | 25 | 73 |
| Binary | 10101100 | 10010101 | 10000001 | 0 | 1101 | 11001 | 100001 | 11100 | 10101 | 111011 |
Color Harmonies of #AC9581
Complementary color
Monochromatic Colors of #AC9581
Black with #AC9581
Text Example
Text Example
White with #AC9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9581; }
p { color: rgb(172,149,129); }
H1.HeaderClassName
{
color: #AC9581;
}
.AnyTagClassName
{
color: #AC9581;
}
</style>
background-color css
<style>
a { background-color: #AC9581; }
a { background-color: rgb(172,149,129); }
div.DivClassName
{
background-color: #AC9581;
}
.BgClassName
{
background-color: #AC9581;
}
</style>
border-color css
<style>
span { border-color: #AC9581; }
span { border-color: rgb(172,149,129); }
td.TdClassName
{
border-color: #AC9581;
}
.TagClassName
{
border-color: #AC9581;
}
</style>