Shades of Sandrift #AE9081
Tints of Sandrift #AE9081
RGB
CMYK
RGB Variations
Color information
#AE9081 (or 0xAE9081) is known color: Sandrift. HEX triplet: AE, 90 and 81. RGB value is (174,144,129). Sum of RGB (Red+Green+Blue) = 174+144+129=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9081 is #516F7E. Grayscale: #979797. Windows color (decimal): -5336959 or 8491182. OLE color: 8491182.
HSL color Cylindrical-coordinate representation of color #AE9081: hue angle of 20º 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 #AE9081 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 129 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.32 |
| HSL | 20º | 0.22% | 0.59% | - |
| HSV(B) | 20º | 0.26% | 0.68% | - |
| XYZ | 31.39 | 30.53 | 25.01 | - |
| YUV | 151.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 129 | 0 | 0.17 | 0.26 | 0.32 | 20 | 0.22 | 0.59 |
| Hex | AE | 90 | 81 | 0 | 11 | 1A | 20 | 14 | 16 | 3B |
| Octal | 256 | 220 | 201 | 0 | 21 | 32 | 40 | 24 | 26 | 73 |
| Binary | 10101110 | 10010000 | 10000001 | 0 | 10001 | 11010 | 100000 | 10100 | 10110 | 111011 |
Color Harmonies of #AE9081
Complementary color
Monochromatic Colors of #AE9081
Black with #AE9081
Text Example
Text Example
White with #AE9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9081; }
p { color: rgb(174,144,129); }
H1.HeaderClassName
{
color: #AE9081;
}
.AnyTagClassName
{
color: #AE9081;
}
</style>
background-color css
<style>
a { background-color: #AE9081; }
a { background-color: rgb(174,144,129); }
div.DivClassName
{
background-color: #AE9081;
}
.BgClassName
{
background-color: #AE9081;
}
</style>
border-color css
<style>
span { border-color: #AE9081; }
span { border-color: rgb(174,144,129); }
td.TdClassName
{
border-color: #AE9081;
}
.TagClassName
{
border-color: #AE9081;
}
</style>