Shades of Sandrift #AE907A
Tints of Sandrift #AE907A
RGB
CMYK
RGB Variations
Color information
#AE907A (or 0xAE907A) is known color: Sandrift. HEX triplet: AE, 90 and 7A. RGB value is (174,144,122). Sum of RGB (Red+Green+Blue) = 174+144+122=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE907A is #516F85. Grayscale: #969696. Windows color (decimal): -5336966 or 8032430. OLE color: 8032430.
HSL color Cylindrical-coordinate representation of color #AE907A: hue angle of 25.38º 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 #AE907A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 122 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.32 |
| HSL | 25.38º | 0.24% | 0.58% | - |
| HSV(B) | 25.38º | 0.3% | 0.68% | - |
| XYZ | 30.94 | 30.35 | 22.64 | - |
| YUV | 150.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 122 | 0 | 0.17 | 0.30 | 0.32 | 25.38 | 0.24 | 0.58 |
| Hex | AE | 90 | 7A | 0 | 11 | 1E | 20 | 19 | 18 | 3A |
| Octal | 256 | 220 | 172 | 0 | 21 | 36 | 40 | 31 | 30 | 72 |
| Binary | 10101110 | 10010000 | 1111010 | 0 | 10001 | 11110 | 100000 | 11001 | 11000 | 111010 |
Color Harmonies of #AE907A
Complementary color
Monochromatic Colors of #AE907A
Black with #AE907A
Text Example
Text Example
White with #AE907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE907A; }
p { color: rgb(174,144,122); }
H1.HeaderClassName
{
color: #AE907A;
}
.AnyTagClassName
{
color: #AE907A;
}
</style>
background-color css
<style>
a { background-color: #AE907A; }
a { background-color: rgb(174,144,122); }
div.DivClassName
{
background-color: #AE907A;
}
.BgClassName
{
background-color: #AE907A;
}
</style>
border-color css
<style>
span { border-color: #AE907A; }
span { border-color: rgb(174,144,122); }
td.TdClassName
{
border-color: #AE907A;
}
.TagClassName
{
border-color: #AE907A;
}
</style>