Shades of Cloudy #ABA49D
Tints of Cloudy #ABA49D
RGB
CMYK
RGB Variations
Color information
#ABA49D (or 0xABA49D) is known color: Cloudy. HEX triplet: AB, A4 and 9D. RGB value is (171,164,157). Sum of RGB (Red+Green+Blue) = 171+164+157=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49D is #545B62. Grayscale: #A5A5A5. Windows color (decimal): -5528419 or 10331307. OLE color: 10331307.
HSL color Cylindrical-coordinate representation of color #ABA49D: hue angle of 30º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA49D is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 164 | 157 | - |
CMYK | 0 | 0.04 | 0.08 | 0.33 |
HSL | 30º | 0.08% | 0.64% | - |
HSV(B) | 30º | 0.08% | 0.67% | - |
XYZ | 36.16 | 37.64 | 37.26 | - |
YUV | 165.3 | 123.32 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 164 | 157 | 0 | 0.04 | 0.08 | 0.33 | 30 | 0.08 | 0.64 |
Hex | AB | A4 | 9D | 0 | 4 | 8 | 21 | 1E | 8 | 40 |
Octal | 253 | 244 | 235 | 0 | 4 | 10 | 41 | 36 | 10 | 100 |
Binary | 10101011 | 10100100 | 10011101 | 0 | 100 | 1000 | 100001 | 11110 | 1000 | 1000000 |
Color Harmonies of #ABA49D
Complementary color
Monochromatic Colors of #ABA49D
Black with #ABA49D
Text Example
Text Example
White with #ABA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA49D; }
p { color: rgb(171,164,157); }
H1.HeaderClassName
{
color: #ABA49D;
}
.AnyTagClassName
{
color: #ABA49D;
}
</style>
background-color css
<style>
a { background-color: #ABA49D; }
a { background-color: rgb(171,164,157); }
div.DivClassName
{
background-color: #ABA49D;
}
.BgClassName
{
background-color: #ABA49D;
}
</style>
border-color css
<style>
span { border-color: #ABA49D; }
span { border-color: rgb(171,164,157); }
td.TdClassName
{
border-color: #ABA49D;
}
.TagClassName
{
border-color: #ABA49D;
}
</style>