Shades of Foggy Grey #AEACA0
Tints of Foggy Grey #AEACA0
RGB
CMYK
RGB Variations
Color information
#AEACA0 (or 0xAEACA0) is known color: Foggy Grey. HEX triplet: AE, AC and A0. RGB value is (174,172,160). Sum of RGB (Red+Green+Blue) = 174+172+160=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA0 is #51535F. Grayscale: #ABABAB. Windows color (decimal): -5329760 or 10529966. OLE color: 10529966.
HSL color Cylindrical-coordinate representation of color #AEACA0: hue angle of 51.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEACA0 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 160 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.32 |
| HSL | 51.43º | 0.08% | 0.65% | - |
| HSV(B) | 51.43º | 0.08% | 0.68% | - |
| XYZ | 38.55 | 41.04 | 39.15 | - |
| YUV | 171.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 160 | 0 | 0.01 | 0.08 | 0.32 | 51.43 | 0.08 | 0.65 |
| Hex | AE | AC | A0 | 0 | 1 | 8 | 20 | 33 | 8 | 41 |
| Octal | 256 | 254 | 240 | 0 | 1 | 10 | 40 | 63 | 10 | 101 |
| Binary | 10101110 | 10101100 | 10100000 | 0 | 1 | 1000 | 100000 | 110011 | 1000 | 1000001 |
Color Harmonies of #AEACA0
Complementary color
Monochromatic Colors of #AEACA0
Black with #AEACA0
Text Example
Text Example
White with #AEACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACA0; }
p { color: rgb(174,172,160); }
H1.HeaderClassName
{
color: #AEACA0;
}
.AnyTagClassName
{
color: #AEACA0;
}
</style>
background-color css
<style>
a { background-color: #AEACA0; }
a { background-color: rgb(174,172,160); }
div.DivClassName
{
background-color: #AEACA0;
}
.BgClassName
{
background-color: #AEACA0;
}
</style>
border-color css
<style>
span { border-color: #AEACA0; }
span { border-color: rgb(174,172,160); }
td.TdClassName
{
border-color: #AEACA0;
}
.TagClassName
{
border-color: #AEACA0;
}
</style>