Shades of Sandrift #AE8B7A
Tints of Sandrift #AE8B7A
RGB
CMYK
RGB Variations
Color information
#AE8B7A (or 0xAE8B7A) is known color: Sandrift. HEX triplet: AE, 8B and 7A. RGB value is (174,139,122). Sum of RGB (Red+Green+Blue) = 174+139+122=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B7A is #517485. Grayscale: #939393. Windows color (decimal): -5338246 or 8031150. OLE color: 8031150.
HSL color Cylindrical-coordinate representation of color #AE8B7A: hue angle of 19.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8B7A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 122 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.32 |
| HSL | 19.62º | 0.24% | 0.58% | - |
| HSV(B) | 19.62º | 0.3% | 0.68% | - |
| XYZ | 30.2 | 28.87 | 22.39 | - |
| YUV | 147.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 122 | 0 | 0.20 | 0.30 | 0.32 | 19.62 | 0.24 | 0.58 |
| Hex | AE | 8B | 7A | 0 | 14 | 1E | 20 | 14 | 18 | 3A |
| Octal | 256 | 213 | 172 | 0 | 24 | 36 | 40 | 24 | 30 | 72 |
| Binary | 10101110 | 10001011 | 1111010 | 0 | 10100 | 11110 | 100000 | 10100 | 11000 | 111010 |
Color Harmonies of #AE8B7A
Complementary color
Monochromatic Colors of #AE8B7A
Black with #AE8B7A
Text Example
Text Example
White with #AE8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B7A; }
p { color: rgb(174,139,122); }
H1.HeaderClassName
{
color: #AE8B7A;
}
.AnyTagClassName
{
color: #AE8B7A;
}
</style>
background-color css
<style>
a { background-color: #AE8B7A; }
a { background-color: rgb(174,139,122); }
div.DivClassName
{
background-color: #AE8B7A;
}
.BgClassName
{
background-color: #AE8B7A;
}
</style>
border-color css
<style>
span { border-color: #AE8B7A; }
span { border-color: rgb(174,139,122); }
td.TdClassName
{
border-color: #AE8B7A;
}
.TagClassName
{
border-color: #AE8B7A;
}
</style>