Shades of Sandrift #A79082
Tints of Sandrift #A79082
RGB
CMYK
RGB Variations
Color information
#A79082 (or 0xA79082) is known color: Sandrift. HEX triplet: A7, 90 and 82. RGB value is (167,144,130). Sum of RGB (Red+Green+Blue) = 167+144+130=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A79082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79082 is #586F7D. Grayscale: #959595. Windows color (decimal): -5795710 or 8556711. OLE color: 8556711.
HSL color Cylindrical-coordinate representation of color #A79082: hue angle of 22.7º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A79082 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 130 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.35 |
| HSL | 22.7º | 0.17% | 0.58% | - |
| HSV(B) | 22.7º | 0.22% | 0.65% | - |
| XYZ | 29.94 | 29.77 | 25.29 | - |
| YUV | 149.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 130 | 0 | 0.14 | 0.22 | 0.35 | 22.7 | 0.17 | 0.58 |
| Hex | A7 | 90 | 82 | 0 | E | 16 | 23 | 17 | 11 | 3A |
| Octal | 247 | 220 | 202 | 0 | 16 | 26 | 43 | 27 | 21 | 72 |
| Binary | 10100111 | 10010000 | 10000010 | 0 | 1110 | 10110 | 100011 | 10111 | 10001 | 111010 |
Color Harmonies of #A79082
Complementary color
Monochromatic Colors of #A79082
Black with #A79082
Text Example
Text Example
White with #A79082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79082; }
p { color: rgb(167,144,130); }
H1.HeaderClassName
{
color: #A79082;
}
.AnyTagClassName
{
color: #A79082;
}
</style>
background-color css
<style>
a { background-color: #A79082; }
a { background-color: rgb(167,144,130); }
div.DivClassName
{
background-color: #A79082;
}
.BgClassName
{
background-color: #A79082;
}
</style>
border-color css
<style>
span { border-color: #A79082; }
span { border-color: rgb(167,144,130); }
td.TdClassName
{
border-color: #A79082;
}
.TagClassName
{
border-color: #A79082;
}
</style>