Shades of Sandrift #A99182
Tints of Sandrift #A99182
RGB
CMYK
RGB Variations
Color information
#A99182 (or 0xA99182) is known color: Sandrift. HEX triplet: A9, 91 and 82. RGB value is (169,145,130). Sum of RGB (Red+Green+Blue) = 169+145+130=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A99182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99182 is #566E7D. Grayscale: #969696. Windows color (decimal): -5664382 or 8556969. OLE color: 8556969.
HSL color Cylindrical-coordinate representation of color #A99182: hue angle of 23.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99182 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 130 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.34 |
| HSL | 23.08º | 0.18% | 0.59% | - |
| HSV(B) | 23.08º | 0.23% | 0.66% | - |
| XYZ | 30.52 | 30.3 | 25.36 | - |
| YUV | 150.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 130 | 0 | 0.14 | 0.23 | 0.34 | 23.08 | 0.18 | 0.59 |
| Hex | A9 | 91 | 82 | 0 | E | 17 | 22 | 17 | 12 | 3B |
| Octal | 251 | 221 | 202 | 0 | 16 | 27 | 42 | 27 | 22 | 73 |
| Binary | 10101001 | 10010001 | 10000010 | 0 | 1110 | 10111 | 100010 | 10111 | 10010 | 111011 |
Color Harmonies of #A99182
Complementary color
Monochromatic Colors of #A99182
Black with #A99182
Text Example
Text Example
White with #A99182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99182; }
p { color: rgb(169,145,130); }
H1.HeaderClassName
{
color: #A99182;
}
.AnyTagClassName
{
color: #A99182;
}
</style>
background-color css
<style>
a { background-color: #A99182; }
a { background-color: rgb(169,145,130); }
div.DivClassName
{
background-color: #A99182;
}
.BgClassName
{
background-color: #A99182;
}
</style>
border-color css
<style>
span { border-color: #A99182; }
span { border-color: rgb(169,145,130); }
td.TdClassName
{
border-color: #A99182;
}
.TagClassName
{
border-color: #A99182;
}
</style>