Shades of London Hue #A499A4
Tints of London Hue #A499A4
RGB
CMYK
RGB Variations
Color information
#A499A4 (or 0xA499A4) is known color: London Hue. HEX triplet: A4, 99 and A4. RGB value is (164,153,164). Sum of RGB (Red+Green+Blue) = 164+153+164=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A499A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A4 is #5B665B. Grayscale: #9D9D9D. Windows color (decimal): -5989980 or 10787236. OLE color: 10787236.
HSL color Cylindrical-coordinate representation of color #A499A4: hue angle of 300º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A499A4 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 164 | - |
| CMYK | 0 | 0.07 | 0 | 0.36 |
| HSL | 300º | 0.06% | 0.62% | - |
| HSV(B) | 300º | 0.07% | 0.64% | - |
| XYZ | 33.4 | 33.36 | 39.8 | - |
| YUV | 157.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 164 | 0 | 0.07 | 0 | 0.36 | 300 | 0.06 | 0.62 |
| Hex | A4 | 99 | A4 | 0 | 7 | 0 | 24 | 12C | 6 | 3E |
| Octal | 244 | 231 | 244 | 0 | 7 | 0 | 44 | 454 | 6 | 76 |
| Binary | 10100100 | 10011001 | 10100100 | 0 | 111 | 0 | 100100 | 100101100 | 110 | 111110 |
Color Harmonies of #A499A4
Complementary color
Monochromatic Colors of #A499A4
Black with #A499A4
Text Example
Text Example
White with #A499A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499A4; }
p { color: rgb(164,153,164); }
H1.HeaderClassName
{
color: #A499A4;
}
.AnyTagClassName
{
color: #A499A4;
}
</style>
background-color css
<style>
a { background-color: #A499A4; }
a { background-color: rgb(164,153,164); }
div.DivClassName
{
background-color: #A499A4;
}
.BgClassName
{
background-color: #A499A4;
}
</style>
border-color css
<style>
span { border-color: #A499A4; }
span { border-color: rgb(164,153,164); }
td.TdClassName
{
border-color: #A499A4;
}
.TagClassName
{
border-color: #A499A4;
}
</style>