Shades of Sandrift #AC9683
Tints of Sandrift #AC9683
RGB
CMYK
RGB Variations
Color information
#AC9683 (or 0xAC9683) is known color: Sandrift. HEX triplet: AC, 96 and 83. RGB value is (172,150,131). Sum of RGB (Red+Green+Blue) = 172+150+131=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9683 is #53697C. Grayscale: #9A9A9A. Windows color (decimal): -5466493 or 8623788. OLE color: 8623788.
HSL color Cylindrical-coordinate representation of color #AC9683: hue angle of 27.8º 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 #AC9683 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 131 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.33 |
| HSL | 27.8º | 0.2% | 0.59% | - |
| HSV(B) | 27.8º | 0.24% | 0.67% | - |
| XYZ | 32.02 | 32.22 | 26 | - |
| YUV | 154.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 131 | 0 | 0.13 | 0.24 | 0.33 | 27.8 | 0.2 | 0.59 |
| Hex | AC | 96 | 83 | 0 | D | 18 | 21 | 1C | 14 | 3B |
| Octal | 254 | 226 | 203 | 0 | 15 | 30 | 41 | 34 | 24 | 73 |
| Binary | 10101100 | 10010110 | 10000011 | 0 | 1101 | 11000 | 100001 | 11100 | 10100 | 111011 |
Color Harmonies of #AC9683
Complementary color
Monochromatic Colors of #AC9683
Black with #AC9683
Text Example
Text Example
White with #AC9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9683; }
p { color: rgb(172,150,131); }
H1.HeaderClassName
{
color: #AC9683;
}
.AnyTagClassName
{
color: #AC9683;
}
</style>
background-color css
<style>
a { background-color: #AC9683; }
a { background-color: rgb(172,150,131); }
div.DivClassName
{
background-color: #AC9683;
}
.BgClassName
{
background-color: #AC9683;
}
</style>
border-color css
<style>
span { border-color: #AC9683; }
span { border-color: rgb(172,150,131); }
td.TdClassName
{
border-color: #AC9683;
}
.TagClassName
{
border-color: #AC9683;
}
</style>