Shades of Sandrift #AC9275
Tints of Sandrift #AC9275
RGB
CMYK
RGB Variations
Color information
#AC9275 (or 0xAC9275) is known color: Sandrift. HEX triplet: AC, 92 and 75. RGB value is (172,146,117). Sum of RGB (Red+Green+Blue) = 172+146+117=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9275 is #536D8A. Grayscale: #969696. Windows color (decimal): -5467531 or 7705260. OLE color: 7705260.
HSL color Cylindrical-coordinate representation of color #AC9275: hue angle of 31.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9275 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 117 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.33 |
| HSL | 31.64º | 0.25% | 0.57% | - |
| HSV(B) | 31.64º | 0.32% | 0.67% | - |
| XYZ | 30.5 | 30.61 | 21.13 | - |
| YUV | 150.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 117 | 0 | 0.15 | 0.32 | 0.33 | 31.64 | 0.25 | 0.57 |
| Hex | AC | 92 | 75 | 0 | F | 20 | 21 | 20 | 19 | 39 |
| Octal | 254 | 222 | 165 | 0 | 17 | 40 | 41 | 40 | 31 | 71 |
| Binary | 10101100 | 10010010 | 1110101 | 0 | 1111 | 100000 | 100001 | 100000 | 11001 | 111001 |
Color Harmonies of #AC9275
Complementary color
Monochromatic Colors of #AC9275
Black with #AC9275
Text Example
Text Example
White with #AC9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9275; }
p { color: rgb(172,146,117); }
H1.HeaderClassName
{
color: #AC9275;
}
.AnyTagClassName
{
color: #AC9275;
}
</style>
background-color css
<style>
a { background-color: #AC9275; }
a { background-color: rgb(172,146,117); }
div.DivClassName
{
background-color: #AC9275;
}
.BgClassName
{
background-color: #AC9275;
}
</style>
border-color css
<style>
span { border-color: #AC9275; }
span { border-color: rgb(172,146,117); }
td.TdClassName
{
border-color: #AC9275;
}
.TagClassName
{
border-color: #AC9275;
}
</style>