Shades of Cloudy #ACAAA4
Tints of Cloudy #ACAAA4
RGB
CMYK
RGB Variations
Color information
#ACAAA4 (or 0xACAAA4) is known color: Cloudy. HEX triplet: AC, AA and A4. RGB value is (172,170,164). Sum of RGB (Red+Green+Blue) = 172+170+164=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA4 is #53555B. Grayscale: #A9A9A9. Windows color (decimal): -5461340 or 10791596. OLE color: 10791596.
HSL color Cylindrical-coordinate representation of color #ACAAA4: hue angle of 45º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACAAA4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 170 | 164 | - |
CMYK | 0 | 0.01 | 0.05 | 0.33 |
HSL | 45º | 0.05% | 0.66% | - |
HSV(B) | 45º | 0.05% | 0.67% | - |
XYZ | 38.09 | 40.2 | 40.87 | - |
YUV | 169.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 170 | 164 | 0 | 0.01 | 0.05 | 0.33 | 45 | 0.05 | 0.66 |
Hex | AC | AA | A4 | 0 | 1 | 5 | 21 | 2D | 5 | 42 |
Octal | 254 | 252 | 244 | 0 | 1 | 5 | 41 | 55 | 5 | 102 |
Binary | 10101100 | 10101010 | 10100100 | 0 | 1 | 101 | 100001 | 101101 | 101 | 1000010 |
Color Harmonies of #ACAAA4
Complementary color
Monochromatic Colors of #ACAAA4
Black with #ACAAA4
Text Example
Text Example
White with #ACAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAA4; }
p { color: rgb(172,170,164); }
H1.HeaderClassName
{
color: #ACAAA4;
}
.AnyTagClassName
{
color: #ACAAA4;
}
</style>
background-color css
<style>
a { background-color: #ACAAA4; }
a { background-color: rgb(172,170,164); }
div.DivClassName
{
background-color: #ACAAA4;
}
.BgClassName
{
background-color: #ACAAA4;
}
</style>
border-color css
<style>
span { border-color: #ACAAA4; }
span { border-color: rgb(172,170,164); }
td.TdClassName
{
border-color: #ACAAA4;
}
.TagClassName
{
border-color: #ACAAA4;
}
</style>