Shades of Sandrift #A99283
Tints of Sandrift #A99283
RGB
CMYK
RGB Variations
Color information
#A99283 (or 0xA99283) is known color: Sandrift. HEX triplet: A9, 92 and 83. RGB value is (169,146,131). Sum of RGB (Red+Green+Blue) = 169+146+131=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A99283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99283 is #566D7C. Grayscale: #979797. Windows color (decimal): -5664125 or 8622761. OLE color: 8622761.
HSL color Cylindrical-coordinate representation of color #A99283: hue angle of 23.68º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99283 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 131 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.34 |
| HSL | 23.68º | 0.18% | 0.59% | - |
| HSV(B) | 23.68º | 0.22% | 0.66% | - |
| XYZ | 30.74 | 30.63 | 25.77 | - |
| YUV | 151.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 131 | 0 | 0.14 | 0.22 | 0.34 | 23.68 | 0.18 | 0.59 |
| Hex | A9 | 92 | 83 | 0 | E | 16 | 22 | 18 | 12 | 3B |
| Octal | 251 | 222 | 203 | 0 | 16 | 26 | 42 | 30 | 22 | 73 |
| Binary | 10101001 | 10010010 | 10000011 | 0 | 1110 | 10110 | 100010 | 11000 | 10010 | 111011 |
Color Harmonies of #A99283
Complementary color
Monochromatic Colors of #A99283
Black with #A99283
Text Example
Text Example
White with #A99283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99283; }
p { color: rgb(169,146,131); }
H1.HeaderClassName
{
color: #A99283;
}
.AnyTagClassName
{
color: #A99283;
}
</style>
background-color css
<style>
a { background-color: #A99283; }
a { background-color: rgb(169,146,131); }
div.DivClassName
{
background-color: #A99283;
}
.BgClassName
{
background-color: #A99283;
}
</style>
border-color css
<style>
span { border-color: #A99283; }
span { border-color: rgb(169,146,131); }
td.TdClassName
{
border-color: #A99283;
}
.TagClassName
{
border-color: #A99283;
}
</style>