Shades of Cloudy #ACAAA7
Tints of Cloudy #ACAAA7
RGB
CMYK
RGB Variations
Color information
#ACAAA7 (or 0xACAAA7) is known color: Cloudy. HEX triplet: AC, AA and A7. RGB value is (172,170,167). Sum of RGB (Red+Green+Blue) = 172+170+167=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA7 is #535558. Grayscale: #AAAAAA. Windows color (decimal): -5461337 or 10988204. OLE color: 10988204.
HSL color Cylindrical-coordinate representation of color #ACAAA7: hue angle of 36º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACAAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 170 | 167 | - |
CMYK | 0 | 0.01 | 0.03 | 0.33 |
HSL | 36º | 0.03% | 0.66% | - |
HSV(B) | 36º | 0.03% | 0.67% | - |
XYZ | 38.36 | 40.31 | 42.32 | - |
YUV | 170.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 170 | 167 | 0 | 0.01 | 0.03 | 0.33 | 36 | 0.03 | 0.66 |
Hex | AC | AA | A7 | 0 | 1 | 3 | 21 | 24 | 3 | 42 |
Octal | 254 | 252 | 247 | 0 | 1 | 3 | 41 | 44 | 3 | 102 |
Binary | 10101100 | 10101010 | 10100111 | 0 | 1 | 11 | 100001 | 100100 | 11 | 1000010 |
Color Harmonies of #ACAAA7
Complementary color
Monochromatic Colors of #ACAAA7
Black with #ACAAA7
Text Example
Text Example
White with #ACAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAA7; }
p { color: rgb(172,170,167); }
H1.HeaderClassName
{
color: #ACAAA7;
}
.AnyTagClassName
{
color: #ACAAA7;
}
</style>
background-color css
<style>
a { background-color: #ACAAA7; }
a { background-color: rgb(172,170,167); }
div.DivClassName
{
background-color: #ACAAA7;
}
.BgClassName
{
background-color: #ACAAA7;
}
</style>
border-color css
<style>
span { border-color: #ACAAA7; }
span { border-color: rgb(172,170,167); }
td.TdClassName
{
border-color: #ACAAA7;
}
.TagClassName
{
border-color: #ACAAA7;
}
</style>