Shades of London Hue #A49AA4
Tints of London Hue #A49AA4
RGB
CMYK
RGB Variations
Color information
#A49AA4 (or 0xA49AA4) is known color: London Hue. HEX triplet: A4, 9A and A4. RGB value is (164,154,164). Sum of RGB (Red+Green+Blue) = 164+154+164=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A49AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA4 is #5B655B. Grayscale: #9E9E9E. Windows color (decimal): -5989724 or 10787492. OLE color: 10787492.
HSL color Cylindrical-coordinate representation of color #A49AA4: hue angle of 300º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A49AA4 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 154 | 164 | - |
CMYK | 0 | 0.06 | 0 | 0.36 |
HSL | 300º | 0.05% | 0.62% | - |
HSV(B) | 300º | 0.06% | 0.64% | - |
XYZ | 33.57 | 33.68 | 39.85 | - |
YUV | 158.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 154 | 164 | 0 | 0.06 | 0 | 0.36 | 300 | 0.05 | 0.62 |
Hex | A4 | 9A | A4 | 0 | 6 | 0 | 24 | 12C | 5 | 3E |
Octal | 244 | 232 | 244 | 0 | 6 | 0 | 44 | 454 | 5 | 76 |
Binary | 10100100 | 10011010 | 10100100 | 0 | 110 | 0 | 100100 | 100101100 | 101 | 111110 |
Color Harmonies of #A49AA4
Complementary color
Monochromatic Colors of #A49AA4
Black with #A49AA4
Text Example
Text Example
White with #A49AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AA4; }
p { color: rgb(164,154,164); }
H1.HeaderClassName
{
color: #A49AA4;
}
.AnyTagClassName
{
color: #A49AA4;
}
</style>
background-color css
<style>
a { background-color: #A49AA4; }
a { background-color: rgb(164,154,164); }
div.DivClassName
{
background-color: #A49AA4;
}
.BgClassName
{
background-color: #A49AA4;
}
</style>
border-color css
<style>
span { border-color: #A49AA4; }
span { border-color: rgb(164,154,164); }
td.TdClassName
{
border-color: #A49AA4;
}
.TagClassName
{
border-color: #A49AA4;
}
</style>