Shades of Cloudy #ABA6A2
Tints of Cloudy #ABA6A2
RGB
CMYK
RGB Variations
Color information
#ABA6A2 (or 0xABA6A2) is known color: Cloudy. HEX triplet: AB, A6 and A2. RGB value is (171,166,162). Sum of RGB (Red+Green+Blue) = 171+166+162=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A2 is #54595D. Grayscale: #A7A7A7. Windows color (decimal): -5527902 or 10659499. OLE color: 10659499.
HSL color Cylindrical-coordinate representation of color #ABA6A2: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABA6A2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 166 | 162 | - |
CMYK | 0 | 0.03 | 0.05 | 0.33 |
HSL | 26.67º | 0.05% | 0.65% | - |
HSV(B) | 26.67º | 0.05% | 0.67% | - |
XYZ | 36.95 | 38.54 | 39.67 | - |
YUV | 167.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 166 | 162 | 0 | 0.03 | 0.05 | 0.33 | 26.67 | 0.05 | 0.65 |
Hex | AB | A6 | A2 | 0 | 3 | 5 | 21 | 1B | 5 | 41 |
Octal | 253 | 246 | 242 | 0 | 3 | 5 | 41 | 33 | 5 | 101 |
Binary | 10101011 | 10100110 | 10100010 | 0 | 11 | 101 | 100001 | 11011 | 101 | 1000001 |
Color Harmonies of #ABA6A2
Complementary color
Monochromatic Colors of #ABA6A2
Black with #ABA6A2
Text Example
Text Example
White with #ABA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6A2; }
p { color: rgb(171,166,162); }
H1.HeaderClassName
{
color: #ABA6A2;
}
.AnyTagClassName
{
color: #ABA6A2;
}
</style>
background-color css
<style>
a { background-color: #ABA6A2; }
a { background-color: rgb(171,166,162); }
div.DivClassName
{
background-color: #ABA6A2;
}
.BgClassName
{
background-color: #ABA6A2;
}
</style>
border-color css
<style>
span { border-color: #ABA6A2; }
span { border-color: rgb(171,166,162); }
td.TdClassName
{
border-color: #ABA6A2;
}
.TagClassName
{
border-color: #ABA6A2;
}
</style>