Shades of Sandrift #AC9075
Tints of Sandrift #AC9075
RGB
CMYK
RGB Variations
Color information
#AC9075 (or 0xAC9075) is known color: Sandrift. HEX triplet: AC, 90 and 75. RGB value is (172,144,117). Sum of RGB (Red+Green+Blue) = 172+144+117=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9075 is #536F8A. Grayscale: #959595. Windows color (decimal): -5468043 or 7704748. OLE color: 7704748.
HSL color Cylindrical-coordinate representation of color #AC9075: hue angle of 29.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9075 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 117 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.33 |
| HSL | 29.45º | 0.25% | 0.57% | - |
| HSV(B) | 29.45º | 0.32% | 0.67% | - |
| XYZ | 30.2 | 30 | 21.03 | - |
| YUV | 149.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 117 | 0 | 0.16 | 0.32 | 0.33 | 29.45 | 0.25 | 0.57 |
| Hex | AC | 90 | 75 | 0 | 10 | 20 | 21 | 1D | 19 | 39 |
| Octal | 254 | 220 | 165 | 0 | 20 | 40 | 41 | 35 | 31 | 71 |
| Binary | 10101100 | 10010000 | 1110101 | 0 | 10000 | 100000 | 100001 | 11101 | 11001 | 111001 |
Color Harmonies of #AC9075
Complementary color
Monochromatic Colors of #AC9075
Black with #AC9075
Text Example
Text Example
White with #AC9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9075; }
p { color: rgb(172,144,117); }
H1.HeaderClassName
{
color: #AC9075;
}
.AnyTagClassName
{
color: #AC9075;
}
</style>
background-color css
<style>
a { background-color: #AC9075; }
a { background-color: rgb(172,144,117); }
div.DivClassName
{
background-color: #AC9075;
}
.BgClassName
{
background-color: #AC9075;
}
</style>
border-color css
<style>
span { border-color: #AC9075; }
span { border-color: rgb(172,144,117); }
td.TdClassName
{
border-color: #AC9075;
}
.TagClassName
{
border-color: #AC9075;
}
</style>