Shades of Sandrift #AC9283
Tints of Sandrift #AC9283
RGB
CMYK
RGB Variations
Color information
#AC9283 (or 0xAC9283) is known color: Sandrift. HEX triplet: AC, 92 and 83. RGB value is (172,146,131). Sum of RGB (Red+Green+Blue) = 172+146+131=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9283 is #536D7C. Grayscale: #989898. Windows color (decimal): -5467517 or 8622764. OLE color: 8622764.
HSL color Cylindrical-coordinate representation of color #AC9283: hue angle of 21.95º 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 #AC9283 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 131 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.33 |
| HSL | 21.95º | 0.2% | 0.59% | - |
| HSV(B) | 21.95º | 0.24% | 0.67% | - |
| XYZ | 31.39 | 30.97 | 25.8 | - |
| YUV | 152.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 131 | 0 | 0.15 | 0.24 | 0.33 | 21.95 | 0.2 | 0.59 |
| Hex | AC | 92 | 83 | 0 | F | 18 | 21 | 16 | 14 | 3B |
| Octal | 254 | 222 | 203 | 0 | 17 | 30 | 41 | 26 | 24 | 73 |
| Binary | 10101100 | 10010010 | 10000011 | 0 | 1111 | 11000 | 100001 | 10110 | 10100 | 111011 |
Color Harmonies of #AC9283
Complementary color
Monochromatic Colors of #AC9283
Black with #AC9283
Text Example
Text Example
White with #AC9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9283; }
p { color: rgb(172,146,131); }
H1.HeaderClassName
{
color: #AC9283;
}
.AnyTagClassName
{
color: #AC9283;
}
</style>
background-color css
<style>
a { background-color: #AC9283; }
a { background-color: rgb(172,146,131); }
div.DivClassName
{
background-color: #AC9283;
}
.BgClassName
{
background-color: #AC9283;
}
</style>
border-color css
<style>
span { border-color: #AC9283; }
span { border-color: rgb(172,146,131); }
td.TdClassName
{
border-color: #AC9283;
}
.TagClassName
{
border-color: #AC9283;
}
</style>