Shades of Cloudy #AEA8A3
Tints of Cloudy #AEA8A3
RGB
CMYK
RGB Variations
Color information
#AEA8A3 (or 0xAEA8A3) is known color: Cloudy. HEX triplet: AE, A8 and A3. RGB value is (174,168,163). Sum of RGB (Red+Green+Blue) = 174+168+163=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA8A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA8A3 is #51575C. Grayscale: #A9A9A9. Windows color (decimal): -5330781 or 10725550. OLE color: 10725550.
HSL color Cylindrical-coordinate representation of color #AEA8A3: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEA8A3 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 163 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.32 |
| HSL | 27.27º | 0.06% | 0.66% | - |
| HSV(B) | 27.27º | 0.06% | 0.68% | - |
| XYZ | 38.07 | 39.65 | 40.3 | - |
| YUV | 169.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 163 | 0 | 0.03 | 0.06 | 0.32 | 27.27 | 0.06 | 0.66 |
| Hex | AE | A8 | A3 | 0 | 3 | 6 | 20 | 1B | 6 | 42 |
| Octal | 256 | 250 | 243 | 0 | 3 | 6 | 40 | 33 | 6 | 102 |
| Binary | 10101110 | 10101000 | 10100011 | 0 | 11 | 110 | 100000 | 11011 | 110 | 1000010 |
Color Harmonies of #AEA8A3
Complementary color
Monochromatic Colors of #AEA8A3
Black with #AEA8A3
Text Example
Text Example
White with #AEA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8A3; }
p { color: rgb(174,168,163); }
H1.HeaderClassName
{
color: #AEA8A3;
}
.AnyTagClassName
{
color: #AEA8A3;
}
</style>
background-color css
<style>
a { background-color: #AEA8A3; }
a { background-color: rgb(174,168,163); }
div.DivClassName
{
background-color: #AEA8A3;
}
.BgClassName
{
background-color: #AEA8A3;
}
</style>
border-color css
<style>
span { border-color: #AEA8A3; }
span { border-color: rgb(174,168,163); }
td.TdClassName
{
border-color: #AEA8A3;
}
.TagClassName
{
border-color: #AEA8A3;
}
</style>