Shades of Sandrift #AE9881
Tints of Sandrift #AE9881
RGB
CMYK
RGB Variations
Color information
#AE9881 (or 0xAE9881) is known color: Sandrift. HEX triplet: AE, 98 and 81. RGB value is (174,152,129). Sum of RGB (Red+Green+Blue) = 174+152+129=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9881 is #51677E. Grayscale: #9C9C9C. Windows color (decimal): -5334911 or 8493230. OLE color: 8493230.
HSL color Cylindrical-coordinate representation of color #AE9881: hue angle of 30.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE9881 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 129 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.32 |
| HSL | 30.67º | 0.22% | 0.59% | - |
| HSV(B) | 30.67º | 0.26% | 0.68% | - |
| XYZ | 32.65 | 33.04 | 25.43 | - |
| YUV | 155.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 129 | 0 | 0.13 | 0.26 | 0.32 | 30.67 | 0.22 | 0.59 |
| Hex | AE | 98 | 81 | 0 | D | 1A | 20 | 1F | 16 | 3B |
| Octal | 256 | 230 | 201 | 0 | 15 | 32 | 40 | 37 | 26 | 73 |
| Binary | 10101110 | 10011000 | 10000001 | 0 | 1101 | 11010 | 100000 | 11111 | 10110 | 111011 |
Color Harmonies of #AE9881
Complementary color
Monochromatic Colors of #AE9881
Black with #AE9881
Text Example
Text Example
White with #AE9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9881; }
p { color: rgb(174,152,129); }
H1.HeaderClassName
{
color: #AE9881;
}
.AnyTagClassName
{
color: #AE9881;
}
</style>
background-color css
<style>
a { background-color: #AE9881; }
a { background-color: rgb(174,152,129); }
div.DivClassName
{
background-color: #AE9881;
}
.BgClassName
{
background-color: #AE9881;
}
</style>
border-color css
<style>
span { border-color: #AE9881; }
span { border-color: rgb(174,152,129); }
td.TdClassName
{
border-color: #AE9881;
}
.TagClassName
{
border-color: #AE9881;
}
</style>