Shades of Cloudy #ABA29B
Tints of Cloudy #ABA29B
RGB
CMYK
RGB Variations
Color information
#ABA29B (or 0xABA29B) is known color: Cloudy. HEX triplet: AB, A2 and 9B. RGB value is (171,162,155). Sum of RGB (Red+Green+Blue) = 171+162+155=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29B is #545D64. Grayscale: #A3A3A3. Windows color (decimal): -5528933 or 10199723. OLE color: 10199723.
HSL color Cylindrical-coordinate representation of color #ABA29B: hue angle of 26.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA29B is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 155 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.33 |
| HSL | 26.25º | 0.09% | 0.64% | - |
| HSV(B) | 26.25º | 0.09% | 0.67% | - |
| XYZ | 35.63 | 36.87 | 36.25 | - |
| YUV | 163.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 155 | 0 | 0.05 | 0.09 | 0.33 | 26.25 | 0.09 | 0.64 |
| Hex | AB | A2 | 9B | 0 | 5 | 9 | 21 | 1A | 9 | 40 |
| Octal | 253 | 242 | 233 | 0 | 5 | 11 | 41 | 32 | 11 | 100 |
| Binary | 10101011 | 10100010 | 10011011 | 0 | 101 | 1001 | 100001 | 11010 | 1001 | 1000000 |
Color Harmonies of #ABA29B
Complementary color
Monochromatic Colors of #ABA29B
Black with #ABA29B
Text Example
Text Example
White with #ABA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA29B; }
p { color: rgb(171,162,155); }
H1.HeaderClassName
{
color: #ABA29B;
}
.AnyTagClassName
{
color: #ABA29B;
}
</style>
background-color css
<style>
a { background-color: #ABA29B; }
a { background-color: rgb(171,162,155); }
div.DivClassName
{
background-color: #ABA29B;
}
.BgClassName
{
background-color: #ABA29B;
}
</style>
border-color css
<style>
span { border-color: #ABA29B; }
span { border-color: rgb(171,162,155); }
td.TdClassName
{
border-color: #ABA29B;
}
.TagClassName
{
border-color: #ABA29B;
}
</style>