Shades of London Hue #A299A1
Tints of London Hue #A299A1
RGB
CMYK
RGB Variations
Color information
#A299A1 (or 0xA299A1) is known color: London Hue. HEX triplet: A2, 99 and A1. RGB value is (162,153,161). Sum of RGB (Red+Green+Blue) = 162+153+161=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A299A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299A1 is #5D665E. Grayscale: #9C9C9C. Windows color (decimal): -6121055 or 10590626. OLE color: 10590626.
HSL color Cylindrical-coordinate representation of color #A299A1: hue angle of 306.67º 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 #A299A1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 161 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.36 |
| HSL | 306.67º | 0.05% | 0.62% | - |
| HSV(B) | 306.67º | 0.06% | 0.64% | - |
| XYZ | 32.72 | 33.04 | 38.37 | - |
| YUV | 156.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 161 | 0 | 0.06 | 0.01 | 0.36 | 306.67 | 0.05 | 0.62 |
| Hex | A2 | 99 | A1 | 0 | 6 | 1 | 24 | 133 | 5 | 3E |
| Octal | 242 | 231 | 241 | 0 | 6 | 1 | 44 | 463 | 5 | 76 |
| Binary | 10100010 | 10011001 | 10100001 | 0 | 110 | 1 | 100100 | 100110011 | 101 | 111110 |
Color Harmonies of #A299A1
Complementary color
Monochromatic Colors of #A299A1
Black with #A299A1
Text Example
Text Example
White with #A299A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299A1; }
p { color: rgb(162,153,161); }
H1.HeaderClassName
{
color: #A299A1;
}
.AnyTagClassName
{
color: #A299A1;
}
</style>
background-color css
<style>
a { background-color: #A299A1; }
a { background-color: rgb(162,153,161); }
div.DivClassName
{
background-color: #A299A1;
}
.BgClassName
{
background-color: #A299A1;
}
</style>
border-color css
<style>
span { border-color: #A299A1; }
span { border-color: rgb(162,153,161); }
td.TdClassName
{
border-color: #A299A1;
}
.TagClassName
{
border-color: #A299A1;
}
</style>