Shades of Cloudy #ABA7A1
Tints of Cloudy #ABA7A1
RGB
CMYK
RGB Variations
Color information
#ABA7A1 (or 0xABA7A1) is known color: Cloudy. HEX triplet: AB, A7 and A1. RGB value is (171,167,161). Sum of RGB (Red+Green+Blue) = 171+167+161=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7A1 is #54585E. Grayscale: #A7A7A7. Windows color (decimal): -5527647 or 10594219. OLE color: 10594219.
HSL color Cylindrical-coordinate representation of color #ABA7A1: hue angle of 36º 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 #ABA7A1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 161 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.33 |
| HSL | 36º | 0.06% | 0.65% | - |
| HSV(B) | 36º | 0.06% | 0.67% | - |
| XYZ | 37.05 | 38.87 | 39.27 | - |
| YUV | 167.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 161 | 0 | 0.02 | 0.06 | 0.33 | 36 | 0.06 | 0.65 |
| Hex | AB | A7 | A1 | 0 | 2 | 6 | 21 | 24 | 6 | 41 |
| Octal | 253 | 247 | 241 | 0 | 2 | 6 | 41 | 44 | 6 | 101 |
| Binary | 10101011 | 10100111 | 10100001 | 0 | 10 | 110 | 100001 | 100100 | 110 | 1000001 |
Color Harmonies of #ABA7A1
Complementary color
Monochromatic Colors of #ABA7A1
Black with #ABA7A1
Text Example
Text Example
White with #ABA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7A1; }
p { color: rgb(171,167,161); }
H1.HeaderClassName
{
color: #ABA7A1;
}
.AnyTagClassName
{
color: #ABA7A1;
}
</style>
background-color css
<style>
a { background-color: #ABA7A1; }
a { background-color: rgb(171,167,161); }
div.DivClassName
{
background-color: #ABA7A1;
}
.BgClassName
{
background-color: #ABA7A1;
}
</style>
border-color css
<style>
span { border-color: #ABA7A1; }
span { border-color: rgb(171,167,161); }
td.TdClassName
{
border-color: #ABA7A1;
}
.TagClassName
{
border-color: #ABA7A1;
}
</style>