Shades of Sandrift #AC957D
Tints of Sandrift #AC957D
RGB
CMYK
RGB Variations
Color information
#AC957D (or 0xAC957D) is known color: Sandrift. HEX triplet: AC, 95 and 7D. RGB value is (172,149,125). Sum of RGB (Red+Green+Blue) = 172+149+125=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957D is #536A82. Grayscale: #999999. Windows color (decimal): -5466755 or 8230316. OLE color: 8230316.
HSL color Cylindrical-coordinate representation of color #AC957D: hue angle of 30.64º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC957D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 149 | 125 | - |
CMYK | 0 | 0.13 | 0.27 | 0.33 |
HSL | 30.64º | 0.22% | 0.58% | - |
HSV(B) | 30.64º | 0.27% | 0.67% | - |
XYZ | 31.46 | 31.75 | 23.87 | - |
YUV | 153.14 | 112.12 | 141.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 149 | 125 | 0 | 0.13 | 0.27 | 0.33 | 30.64 | 0.22 | 0.58 |
Hex | AC | 95 | 7D | 0 | D | 1B | 21 | 1F | 16 | 3A |
Octal | 254 | 225 | 175 | 0 | 15 | 33 | 41 | 37 | 26 | 72 |
Binary | 10101100 | 10010101 | 1111101 | 0 | 1101 | 11011 | 100001 | 11111 | 10110 | 111010 |
Color Harmonies of #AC957D
Complementary color
Monochromatic Colors of #AC957D
Black with #AC957D
Text Example
Text Example
White with #AC957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC957D; }
p { color: rgb(172,149,125); }
H1.HeaderClassName
{
color: #AC957D;
}
.AnyTagClassName
{
color: #AC957D;
}
</style>
background-color css
<style>
a { background-color: #AC957D; }
a { background-color: rgb(172,149,125); }
div.DivClassName
{
background-color: #AC957D;
}
.BgClassName
{
background-color: #AC957D;
}
</style>
border-color css
<style>
span { border-color: #AC957D; }
span { border-color: rgb(172,149,125); }
td.TdClassName
{
border-color: #AC957D;
}
.TagClassName
{
border-color: #AC957D;
}
</style>