Shades of Foggy Grey #AEACA5
Tints of Foggy Grey #AEACA5
RGB
CMYK
RGB Variations
Color information
#AEACA5 (or 0xAEACA5) is known color: Foggy Grey. HEX triplet: AE, AC and A5. RGB value is (174,172,165). Sum of RGB (Red+Green+Blue) = 174+172+165=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA5 is #51535A. Grayscale: #ABABAB. Windows color (decimal): -5329755 or 10857646. OLE color: 10857646.
HSL color Cylindrical-coordinate representation of color #AEACA5: hue angle of 46.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEACA5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 172 | 165 | - |
CMYK | 0 | 0.01 | 0.05 | 0.32 |
HSL | 46.67º | 0.05% | 0.66% | - |
HSV(B) | 46.67º | 0.05% | 0.68% | - |
XYZ | 39 | 41.22 | 41.5 | - |
YUV | 171.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 172 | 165 | 0 | 0.01 | 0.05 | 0.32 | 46.67 | 0.05 | 0.66 |
Hex | AE | AC | A5 | 0 | 1 | 5 | 20 | 2F | 5 | 42 |
Octal | 256 | 254 | 245 | 0 | 1 | 5 | 40 | 57 | 5 | 102 |
Binary | 10101110 | 10101100 | 10100101 | 0 | 1 | 101 | 100000 | 101111 | 101 | 1000010 |
Color Harmonies of #AEACA5
Complementary color
Monochromatic Colors of #AEACA5
Black with #AEACA5
Text Example
Text Example
White with #AEACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACA5; }
p { color: rgb(174,172,165); }
H1.HeaderClassName
{
color: #AEACA5;
}
.AnyTagClassName
{
color: #AEACA5;
}
</style>
background-color css
<style>
a { background-color: #AEACA5; }
a { background-color: rgb(174,172,165); }
div.DivClassName
{
background-color: #AEACA5;
}
.BgClassName
{
background-color: #AEACA5;
}
</style>
border-color css
<style>
span { border-color: #AEACA5; }
span { border-color: rgb(174,172,165); }
td.TdClassName
{
border-color: #AEACA5;
}
.TagClassName
{
border-color: #AEACA5;
}
</style>