Shades of Sandrift #AC917B
Tints of Sandrift #AC917B
RGB
CMYK
RGB Variations
Color information
#AC917B (or 0xAC917B) is known color: Sandrift. HEX triplet: AC, 91 and 7B. RGB value is (172,145,123). Sum of RGB (Red+Green+Blue) = 172+145+123=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917B is #536E84. Grayscale: #969696. Windows color (decimal): -5467781 or 8098220. OLE color: 8098220.
HSL color Cylindrical-coordinate representation of color #AC917B: hue angle of 26.94º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC917B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 123 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.33 |
| HSL | 26.94º | 0.23% | 0.58% | - |
| HSV(B) | 26.94º | 0.28% | 0.67% | - |
| XYZ | 30.71 | 30.45 | 23 | - |
| YUV | 150.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 123 | 0 | 0.16 | 0.28 | 0.33 | 26.94 | 0.23 | 0.58 |
| Hex | AC | 91 | 7B | 0 | 10 | 1C | 21 | 1B | 17 | 3A |
| Octal | 254 | 221 | 173 | 0 | 20 | 34 | 41 | 33 | 27 | 72 |
| Binary | 10101100 | 10010001 | 1111011 | 0 | 10000 | 11100 | 100001 | 11011 | 10111 | 111010 |
Color Harmonies of #AC917B
Complementary color
Monochromatic Colors of #AC917B
Black with #AC917B
Text Example
Text Example
White with #AC917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC917B; }
p { color: rgb(172,145,123); }
H1.HeaderClassName
{
color: #AC917B;
}
.AnyTagClassName
{
color: #AC917B;
}
</style>
background-color css
<style>
a { background-color: #AC917B; }
a { background-color: rgb(172,145,123); }
div.DivClassName
{
background-color: #AC917B;
}
.BgClassName
{
background-color: #AC917B;
}
</style>
border-color css
<style>
span { border-color: #AC917B; }
span { border-color: rgb(172,145,123); }
td.TdClassName
{
border-color: #AC917B;
}
.TagClassName
{
border-color: #AC917B;
}
</style>