Shades of Foggy Grey #AEACA1
Tints of Foggy Grey #AEACA1
RGB
CMYK
RGB Variations
Color information
#AEACA1 (or 0xAEACA1) is known color: Foggy Grey. HEX triplet: AE, AC and A1. RGB value is (174,172,161). Sum of RGB (Red+Green+Blue) = 174+172+161=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA1 is #51535E. Grayscale: #ABABAB. Windows color (decimal): -5329759 or 10595502. OLE color: 10595502.
HSL color Cylindrical-coordinate representation of color #AEACA1: hue angle of 50.77º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEACA1 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 161 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.32 |
| HSL | 50.77º | 0.07% | 0.66% | - |
| HSV(B) | 50.77º | 0.07% | 0.68% | - |
| XYZ | 38.64 | 41.08 | 39.61 | - |
| YUV | 171.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 161 | 0 | 0.01 | 0.07 | 0.32 | 50.77 | 0.07 | 0.66 |
| Hex | AE | AC | A1 | 0 | 1 | 7 | 20 | 33 | 7 | 42 |
| Octal | 256 | 254 | 241 | 0 | 1 | 7 | 40 | 63 | 7 | 102 |
| Binary | 10101110 | 10101100 | 10100001 | 0 | 1 | 111 | 100000 | 110011 | 111 | 1000010 |
Color Harmonies of #AEACA1
Complementary color
Monochromatic Colors of #AEACA1
Black with #AEACA1
Text Example
Text Example
White with #AEACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACA1; }
p { color: rgb(174,172,161); }
H1.HeaderClassName
{
color: #AEACA1;
}
.AnyTagClassName
{
color: #AEACA1;
}
</style>
background-color css
<style>
a { background-color: #AEACA1; }
a { background-color: rgb(174,172,161); }
div.DivClassName
{
background-color: #AEACA1;
}
.BgClassName
{
background-color: #AEACA1;
}
</style>
border-color css
<style>
span { border-color: #AEACA1; }
span { border-color: rgb(174,172,161); }
td.TdClassName
{
border-color: #AEACA1;
}
.TagClassName
{
border-color: #AEACA1;
}
</style>