Shades of Sandrift #AC927F
Tints of Sandrift #AC927F
RGB
CMYK
RGB Variations
Color information
#AC927F (or 0xAC927F) is known color: Sandrift. HEX triplet: AC, 92 and 7F. RGB value is (172,146,127). Sum of RGB (Red+Green+Blue) = 172+146+127=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC927F is #536D80. Grayscale: #979797. Windows color (decimal): -5467521 or 8360620. OLE color: 8360620.
HSL color Cylindrical-coordinate representation of color #AC927F: hue angle of 25.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC927F is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 127 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.33 |
| HSL | 25.33º | 0.21% | 0.59% | - |
| HSV(B) | 25.33º | 0.26% | 0.67% | - |
| XYZ | 31.12 | 30.86 | 24.4 | - |
| YUV | 151.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 127 | 0 | 0.15 | 0.26 | 0.33 | 25.33 | 0.21 | 0.59 |
| Hex | AC | 92 | 7F | 0 | F | 1A | 21 | 19 | 15 | 3B |
| Octal | 254 | 222 | 177 | 0 | 17 | 32 | 41 | 31 | 25 | 73 |
| Binary | 10101100 | 10010010 | 1111111 | 0 | 1111 | 11010 | 100001 | 11001 | 10101 | 111011 |
Color Harmonies of #AC927F
Complementary color
Monochromatic Colors of #AC927F
Black with #AC927F
Text Example
Text Example
White with #AC927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC927F; }
p { color: rgb(172,146,127); }
H1.HeaderClassName
{
color: #AC927F;
}
.AnyTagClassName
{
color: #AC927F;
}
</style>
background-color css
<style>
a { background-color: #AC927F; }
a { background-color: rgb(172,146,127); }
div.DivClassName
{
background-color: #AC927F;
}
.BgClassName
{
background-color: #AC927F;
}
</style>
border-color css
<style>
span { border-color: #AC927F; }
span { border-color: rgb(172,146,127); }
td.TdClassName
{
border-color: #AC927F;
}
.TagClassName
{
border-color: #AC927F;
}
</style>