Shades of Cloudy #ABA79D
Tints of Cloudy #ABA79D
RGB
CMYK
RGB Variations
Color information
#ABA79D (or 0xABA79D) is known color: Cloudy. HEX triplet: AB, A7 and 9D. RGB value is (171,167,157). Sum of RGB (Red+Green+Blue) = 171+167+157=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79D is #545862. Grayscale: #A7A7A7. Windows color (decimal): -5527651 or 10332075. OLE color: 10332075.
HSL color Cylindrical-coordinate representation of color #ABA79D: hue angle of 42.86º 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 #ABA79D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 167 | 157 | - |
CMYK | 0 | 0.02 | 0.08 | 0.33 |
HSL | 42.86º | 0.08% | 0.64% | - |
HSV(B) | 42.86º | 0.08% | 0.67% | - |
XYZ | 36.7 | 38.73 | 37.44 | - |
YUV | 167.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 167 | 157 | 0 | 0.02 | 0.08 | 0.33 | 42.86 | 0.08 | 0.64 |
Hex | AB | A7 | 9D | 0 | 2 | 8 | 21 | 2B | 8 | 40 |
Octal | 253 | 247 | 235 | 0 | 2 | 10 | 41 | 53 | 10 | 100 |
Binary | 10101011 | 10100111 | 10011101 | 0 | 10 | 1000 | 100001 | 101011 | 1000 | 1000000 |
Color Harmonies of #ABA79D
Complementary color
Monochromatic Colors of #ABA79D
Black with #ABA79D
Text Example
Text Example
White with #ABA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA79D; }
p { color: rgb(171,167,157); }
H1.HeaderClassName
{
color: #ABA79D;
}
.AnyTagClassName
{
color: #ABA79D;
}
</style>
background-color css
<style>
a { background-color: #ABA79D; }
a { background-color: rgb(171,167,157); }
div.DivClassName
{
background-color: #ABA79D;
}
.BgClassName
{
background-color: #ABA79D;
}
</style>
border-color css
<style>
span { border-color: #ABA79D; }
span { border-color: rgb(171,167,157); }
td.TdClassName
{
border-color: #ABA79D;
}
.TagClassName
{
border-color: #ABA79D;
}
</style>