Shades of Sandrift #AC9077
Tints of Sandrift #AC9077
RGB
CMYK
RGB Variations
Color information
#AC9077 (or 0xAC9077) is known color: Sandrift. HEX triplet: AC, 90 and 77. RGB value is (172,144,119). Sum of RGB (Red+Green+Blue) = 172+144+119=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9077 is #536F88. Grayscale: #959595. Windows color (decimal): -5468041 or 7835820. OLE color: 7835820.
HSL color Cylindrical-coordinate representation of color #AC9077: hue angle of 28.3º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9077 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 119 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.33 |
| HSL | 28.3º | 0.24% | 0.57% | - |
| HSV(B) | 28.3º | 0.31% | 0.67% | - |
| XYZ | 30.32 | 30.05 | 21.65 | - |
| YUV | 149.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 119 | 0 | 0.16 | 0.31 | 0.33 | 28.3 | 0.24 | 0.57 |
| Hex | AC | 90 | 77 | 0 | 10 | 1F | 21 | 1C | 18 | 39 |
| Octal | 254 | 220 | 167 | 0 | 20 | 37 | 41 | 34 | 30 | 71 |
| Binary | 10101100 | 10010000 | 1110111 | 0 | 10000 | 11111 | 100001 | 11100 | 11000 | 111001 |
Color Harmonies of #AC9077
Complementary color
Monochromatic Colors of #AC9077
Black with #AC9077
Text Example
Text Example
White with #AC9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9077; }
p { color: rgb(172,144,119); }
H1.HeaderClassName
{
color: #AC9077;
}
.AnyTagClassName
{
color: #AC9077;
}
</style>
background-color css
<style>
a { background-color: #AC9077; }
a { background-color: rgb(172,144,119); }
div.DivClassName
{
background-color: #AC9077;
}
.BgClassName
{
background-color: #AC9077;
}
</style>
border-color css
<style>
span { border-color: #AC9077; }
span { border-color: rgb(172,144,119); }
td.TdClassName
{
border-color: #AC9077;
}
.TagClassName
{
border-color: #AC9077;
}
</style>