Shades of Sandrift #AC8A74
Tints of Sandrift #AC8A74
RGB
CMYK
RGB Variations
Color information
#AC8A74 (or 0xAC8A74) is known color: Sandrift. HEX triplet: AC, 8A and 74. RGB value is (172,138,116). Sum of RGB (Red+Green+Blue) = 172+138+116=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A74 is #53758B. Grayscale: #919191. Windows color (decimal): -5469580 or 7637676. OLE color: 7637676.
HSL color Cylindrical-coordinate representation of color #AC8A74: hue angle of 23.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8A74 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 116 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.33 |
| HSL | 23.57º | 0.25% | 0.56% | - |
| HSV(B) | 23.57º | 0.33% | 0.67% | - |
| XYZ | 29.25 | 28.21 | 20.43 | - |
| YUV | 145.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 116 | 0 | 0.20 | 0.33 | 0.33 | 23.57 | 0.25 | 0.56 |
| Hex | AC | 8A | 74 | 0 | 14 | 21 | 21 | 18 | 19 | 38 |
| Octal | 254 | 212 | 164 | 0 | 24 | 41 | 41 | 30 | 31 | 70 |
| Binary | 10101100 | 10001010 | 1110100 | 0 | 10100 | 100001 | 100001 | 11000 | 11001 | 111000 |
Color Harmonies of #AC8A74
Complementary color
Monochromatic Colors of #AC8A74
Black with #AC8A74
Text Example
Text Example
White with #AC8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A74; }
p { color: rgb(172,138,116); }
H1.HeaderClassName
{
color: #AC8A74;
}
.AnyTagClassName
{
color: #AC8A74;
}
</style>
background-color css
<style>
a { background-color: #AC8A74; }
a { background-color: rgb(172,138,116); }
div.DivClassName
{
background-color: #AC8A74;
}
.BgClassName
{
background-color: #AC8A74;
}
</style>
border-color css
<style>
span { border-color: #AC8A74; }
span { border-color: rgb(172,138,116); }
td.TdClassName
{
border-color: #AC8A74;
}
.TagClassName
{
border-color: #AC8A74;
}
</style>