Shades of Sandrift #AE9375
Tints of Sandrift #AE9375
RGB
CMYK
RGB Variations
Color information
#AE9375 (or 0xAE9375) is known color: Sandrift. HEX triplet: AE, 93 and 75. RGB value is (174,147,117). Sum of RGB (Red+Green+Blue) = 174+147+117=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9375 is #516C8A. Grayscale: #979797. Windows color (decimal): -5336203 or 7705518. OLE color: 7705518.
HSL color Cylindrical-coordinate representation of color #AE9375: hue angle of 31.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9375 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 117 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.32 |
| HSL | 31.58º | 0.26% | 0.57% | - |
| HSV(B) | 31.58º | 0.33% | 0.68% | - |
| XYZ | 31.1 | 31.15 | 21.2 | - |
| YUV | 151.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 117 | 0 | 0.16 | 0.33 | 0.32 | 31.58 | 0.26 | 0.57 |
| Hex | AE | 93 | 75 | 0 | 10 | 21 | 20 | 20 | 1A | 39 |
| Octal | 256 | 223 | 165 | 0 | 20 | 41 | 40 | 40 | 32 | 71 |
| Binary | 10101110 | 10010011 | 1110101 | 0 | 10000 | 100001 | 100000 | 100000 | 11010 | 111001 |
Color Harmonies of #AE9375
Complementary color
Monochromatic Colors of #AE9375
Black with #AE9375
Text Example
Text Example
White with #AE9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9375; }
p { color: rgb(174,147,117); }
H1.HeaderClassName
{
color: #AE9375;
}
.AnyTagClassName
{
color: #AE9375;
}
</style>
background-color css
<style>
a { background-color: #AE9375; }
a { background-color: rgb(174,147,117); }
div.DivClassName
{
background-color: #AE9375;
}
.BgClassName
{
background-color: #AE9375;
}
</style>
border-color css
<style>
span { border-color: #AE9375; }
span { border-color: rgb(174,147,117); }
td.TdClassName
{
border-color: #AE9375;
}
.TagClassName
{
border-color: #AE9375;
}
</style>