Shades of Cloudy #AEABA3
Tints of Cloudy #AEABA3
RGB
CMYK
RGB Variations
Color information
#AEABA3 (or 0xAEABA3) is known color: Cloudy. HEX triplet: AE, AB and A3. RGB value is (174,171,163). Sum of RGB (Red+Green+Blue) = 174+171+163=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABA3 is #51545C. Grayscale: #ABABAB. Windows color (decimal): -5330013 or 10726318. OLE color: 10726318.
HSL color Cylindrical-coordinate representation of color #AEABA3: hue angle of 43.64º 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 #AEABA3 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 171 | 163 | - |
CMYK | 0 | 0.02 | 0.06 | 0.32 |
HSL | 43.64º | 0.06% | 0.66% | - |
HSV(B) | 43.64º | 0.06% | 0.68% | - |
XYZ | 38.63 | 40.77 | 40.48 | - |
YUV | 170.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 171 | 163 | 0 | 0.02 | 0.06 | 0.32 | 43.64 | 0.06 | 0.66 |
Hex | AE | AB | A3 | 0 | 2 | 6 | 20 | 2C | 6 | 42 |
Octal | 256 | 253 | 243 | 0 | 2 | 6 | 40 | 54 | 6 | 102 |
Binary | 10101110 | 10101011 | 10100011 | 0 | 10 | 110 | 100000 | 101100 | 110 | 1000010 |
Color Harmonies of #AEABA3
Complementary color
Monochromatic Colors of #AEABA3
Black with #AEABA3
Text Example
Text Example
White with #AEABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABA3; }
p { color: rgb(174,171,163); }
H1.HeaderClassName
{
color: #AEABA3;
}
.AnyTagClassName
{
color: #AEABA3;
}
</style>
background-color css
<style>
a { background-color: #AEABA3; }
a { background-color: rgb(174,171,163); }
div.DivClassName
{
background-color: #AEABA3;
}
.BgClassName
{
background-color: #AEABA3;
}
</style>
border-color css
<style>
span { border-color: #AEABA3; }
span { border-color: rgb(174,171,163); }
td.TdClassName
{
border-color: #AEABA3;
}
.TagClassName
{
border-color: #AEABA3;
}
</style>