Shades of Cloudy #ACA7A1
Tints of Cloudy #ACA7A1
RGB
CMYK
RGB Variations
Color information
#ACA7A1 (or 0xACA7A1) is known color: Cloudy. HEX triplet: AC, A7 and A1. RGB value is (172,167,161). Sum of RGB (Red+Green+Blue) = 172+167+161=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7A1 is #53585E. Grayscale: #A7A7A7. Windows color (decimal): -5462111 or 10594220. OLE color: 10594220.
HSL color Cylindrical-coordinate representation of color #ACA7A1: hue angle of 32.73º 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 #ACA7A1 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 167 | 161 | - |
CMYK | 0 | 0.03 | 0.06 | 0.33 |
HSL | 32.73º | 0.06% | 0.65% | - |
HSV(B) | 32.73º | 0.06% | 0.67% | - |
XYZ | 37.27 | 38.98 | 39.28 | - |
YUV | 167.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 167 | 161 | 0 | 0.03 | 0.06 | 0.33 | 32.73 | 0.06 | 0.65 |
Hex | AC | A7 | A1 | 0 | 3 | 6 | 21 | 21 | 6 | 41 |
Octal | 254 | 247 | 241 | 0 | 3 | 6 | 41 | 41 | 6 | 101 |
Binary | 10101100 | 10100111 | 10100001 | 0 | 11 | 110 | 100001 | 100001 | 110 | 1000001 |
Color Harmonies of #ACA7A1
Complementary color
Monochromatic Colors of #ACA7A1
Black with #ACA7A1
Text Example
Text Example
White with #ACA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA7A1; }
p { color: rgb(172,167,161); }
H1.HeaderClassName
{
color: #ACA7A1;
}
.AnyTagClassName
{
color: #ACA7A1;
}
</style>
background-color css
<style>
a { background-color: #ACA7A1; }
a { background-color: rgb(172,167,161); }
div.DivClassName
{
background-color: #ACA7A1;
}
.BgClassName
{
background-color: #ACA7A1;
}
</style>
border-color css
<style>
span { border-color: #ACA7A1; }
span { border-color: rgb(172,167,161); }
td.TdClassName
{
border-color: #ACA7A1;
}
.TagClassName
{
border-color: #ACA7A1;
}
</style>