Shades of Sandrift #AC9276
Tints of Sandrift #AC9276
RGB
CMYK
RGB Variations
Color information
#AC9276 (or 0xAC9276) is known color: Sandrift. HEX triplet: AC, 92 and 76. RGB value is (172,146,118). Sum of RGB (Red+Green+Blue) = 172+146+118=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9276 is #536D89. Grayscale: #969696. Windows color (decimal): -5467530 or 7770796. OLE color: 7770796.
HSL color Cylindrical-coordinate representation of color #AC9276: hue angle of 31.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9276 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 118 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.33 |
| HSL | 31.11º | 0.25% | 0.57% | - |
| HSV(B) | 31.11º | 0.31% | 0.67% | - |
| XYZ | 30.56 | 30.64 | 21.44 | - |
| YUV | 150.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 118 | 0 | 0.15 | 0.31 | 0.33 | 31.11 | 0.25 | 0.57 |
| Hex | AC | 92 | 76 | 0 | F | 1F | 21 | 1F | 19 | 39 |
| Octal | 254 | 222 | 166 | 0 | 17 | 37 | 41 | 37 | 31 | 71 |
| Binary | 10101100 | 10010010 | 1110110 | 0 | 1111 | 11111 | 100001 | 11111 | 11001 | 111001 |
Color Harmonies of #AC9276
Complementary color
Monochromatic Colors of #AC9276
Black with #AC9276
Text Example
Text Example
White with #AC9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9276; }
p { color: rgb(172,146,118); }
H1.HeaderClassName
{
color: #AC9276;
}
.AnyTagClassName
{
color: #AC9276;
}
</style>
background-color css
<style>
a { background-color: #AC9276; }
a { background-color: rgb(172,146,118); }
div.DivClassName
{
background-color: #AC9276;
}
.BgClassName
{
background-color: #AC9276;
}
</style>
border-color css
<style>
span { border-color: #AC9276; }
span { border-color: rgb(172,146,118); }
td.TdClassName
{
border-color: #AC9276;
}
.TagClassName
{
border-color: #AC9276;
}
</style>