Shades of Sandrift #AC9281
Tints of Sandrift #AC9281
RGB
CMYK
RGB Variations
Color information
#AC9281 (or 0xAC9281) is known color: Sandrift. HEX triplet: AC, 92 and 81. RGB value is (172,146,129). Sum of RGB (Red+Green+Blue) = 172+146+129=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9281 is #536D7E. Grayscale: #979797. Windows color (decimal): -5467519 or 8491692. OLE color: 8491692.
HSL color Cylindrical-coordinate representation of color #AC9281: hue angle of 23.72º 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 #AC9281 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 129 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.33 |
| HSL | 23.72º | 0.21% | 0.59% | - |
| HSV(B) | 23.72º | 0.25% | 0.67% | - |
| XYZ | 31.25 | 30.91 | 25.09 | - |
| YUV | 151.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 129 | 0 | 0.15 | 0.25 | 0.33 | 23.72 | 0.21 | 0.59 |
| Hex | AC | 92 | 81 | 0 | F | 19 | 21 | 18 | 15 | 3B |
| Octal | 254 | 222 | 201 | 0 | 17 | 31 | 41 | 30 | 25 | 73 |
| Binary | 10101100 | 10010010 | 10000001 | 0 | 1111 | 11001 | 100001 | 11000 | 10101 | 111011 |
Color Harmonies of #AC9281
Complementary color
Monochromatic Colors of #AC9281
Black with #AC9281
Text Example
Text Example
White with #AC9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9281; }
p { color: rgb(172,146,129); }
H1.HeaderClassName
{
color: #AC9281;
}
.AnyTagClassName
{
color: #AC9281;
}
</style>
background-color css
<style>
a { background-color: #AC9281; }
a { background-color: rgb(172,146,129); }
div.DivClassName
{
background-color: #AC9281;
}
.BgClassName
{
background-color: #AC9281;
}
</style>
border-color css
<style>
span { border-color: #AC9281; }
span { border-color: rgb(172,146,129); }
td.TdClassName
{
border-color: #AC9281;
}
.TagClassName
{
border-color: #AC9281;
}
</style>