Shades of Foggy Grey #ACAAA3
Tints of Foggy Grey #ACAAA3
RGB
CMYK
RGB Variations
Color information
#ACAAA3 (or 0xACAAA3) is known color: Foggy Grey. HEX triplet: AC, AA and A3. RGB value is (172,170,163). Sum of RGB (Red+Green+Blue) = 172+170+163=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA3 is #53555C. Grayscale: #A9A9A9. Windows color (decimal): -5461341 or 10726060. OLE color: 10726060.
HSL color Cylindrical-coordinate representation of color #ACAAA3: hue angle of 46.67º 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 #ACAAA3 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 170 | 163 | - |
CMYK | 0 | 0.01 | 0.05 | 0.33 |
HSL | 46.67º | 0.05% | 0.66% | - |
HSV(B) | 46.67º | 0.05% | 0.67% | - |
XYZ | 38 | 40.16 | 40.4 | - |
YUV | 169.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 170 | 163 | 0 | 0.01 | 0.05 | 0.33 | 46.67 | 0.05 | 0.66 |
Hex | AC | AA | A3 | 0 | 1 | 5 | 21 | 2F | 5 | 42 |
Octal | 254 | 252 | 243 | 0 | 1 | 5 | 41 | 57 | 5 | 102 |
Binary | 10101100 | 10101010 | 10100011 | 0 | 1 | 101 | 100001 | 101111 | 101 | 1000010 |
Color Harmonies of #ACAAA3
Complementary color
Monochromatic Colors of #ACAAA3
Black with #ACAAA3
Text Example
Text Example
White with #ACAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAA3; }
p { color: rgb(172,170,163); }
H1.HeaderClassName
{
color: #ACAAA3;
}
.AnyTagClassName
{
color: #ACAAA3;
}
</style>
background-color css
<style>
a { background-color: #ACAAA3; }
a { background-color: rgb(172,170,163); }
div.DivClassName
{
background-color: #ACAAA3;
}
.BgClassName
{
background-color: #ACAAA3;
}
</style>
border-color css
<style>
span { border-color: #ACAAA3; }
span { border-color: rgb(172,170,163); }
td.TdClassName
{
border-color: #ACAAA3;
}
.TagClassName
{
border-color: #ACAAA3;
}
</style>