Shades of Cloudy #AAA69F
Tints of Cloudy #AAA69F
RGB
CMYK
RGB Variations
Color information
#AAA69F (or 0xAAA69F) is known color: Cloudy. HEX triplet: AA, A6 and 9F. RGB value is (170,166,159). Sum of RGB (Red+Green+Blue) = 170+166+159=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA69F is #555960. Grayscale: #A6A6A6. Windows color (decimal): -5593441 or 10462890. OLE color: 10462890.
HSL color Cylindrical-coordinate representation of color #AAA69F: hue angle of 38.18º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA69F is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 159 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.33 |
| HSL | 38.18º | 0.06% | 0.65% | - |
| HSV(B) | 38.18º | 0.06% | 0.67% | - |
| XYZ | 36.47 | 38.32 | 38.28 | - |
| YUV | 166.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 159 | 0 | 0.02 | 0.06 | 0.33 | 38.18 | 0.06 | 0.65 |
| Hex | AA | A6 | 9F | 0 | 2 | 6 | 21 | 26 | 6 | 41 |
| Octal | 252 | 246 | 237 | 0 | 2 | 6 | 41 | 46 | 6 | 101 |
| Binary | 10101010 | 10100110 | 10011111 | 0 | 10 | 110 | 100001 | 100110 | 110 | 1000001 |
Color Harmonies of #AAA69F
Complementary color
Monochromatic Colors of #AAA69F
Black with #AAA69F
Text Example
Text Example
White with #AAA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA69F; }
p { color: rgb(170,166,159); }
H1.HeaderClassName
{
color: #AAA69F;
}
.AnyTagClassName
{
color: #AAA69F;
}
</style>
background-color css
<style>
a { background-color: #AAA69F; }
a { background-color: rgb(170,166,159); }
div.DivClassName
{
background-color: #AAA69F;
}
.BgClassName
{
background-color: #AAA69F;
}
</style>
border-color css
<style>
span { border-color: #AAA69F; }
span { border-color: rgb(170,166,159); }
td.TdClassName
{
border-color: #AAA69F;
}
.TagClassName
{
border-color: #AAA69F;
}
</style>