Shades of London Hue #A888A4
Tints of London Hue #A888A4
RGB
CMYK
RGB Variations
Color information
#A888A4 (or 0xA888A4) is known color: London Hue. HEX triplet: A8, 88 and A4. RGB value is (168,136,164). Sum of RGB (Red+Green+Blue) = 168+136+164=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A888A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888A4 is #57775B. Grayscale: #949494. Windows color (decimal): -5732188 or 10782888. OLE color: 10782888.
HSL color Cylindrical-coordinate representation of color #A888A4: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A888A4 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 164 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.34 |
| HSL | 307.5º | 0.16% | 0.6% | - |
| HSV(B) | 307.5º | 0.19% | 0.66% | - |
| XYZ | 31.65 | 28.61 | 38.98 | - |
| YUV | 148.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 164 | 0 | 0.19 | 0.02 | 0.34 | 307.5 | 0.16 | 0.6 |
| Hex | A8 | 88 | A4 | 0 | 13 | 2 | 22 | 134 | 10 | 3C |
| Octal | 250 | 210 | 244 | 0 | 23 | 2 | 42 | 464 | 20 | 74 |
| Binary | 10101000 | 10001000 | 10100100 | 0 | 10011 | 10 | 100010 | 100110100 | 10000 | 111100 |
Color Harmonies of #A888A4
Complementary color
Monochromatic Colors of #A888A4
Black with #A888A4
Text Example
Text Example
White with #A888A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888A4; }
p { color: rgb(168,136,164); }
H1.HeaderClassName
{
color: #A888A4;
}
.AnyTagClassName
{
color: #A888A4;
}
</style>
background-color css
<style>
a { background-color: #A888A4; }
a { background-color: rgb(168,136,164); }
div.DivClassName
{
background-color: #A888A4;
}
.BgClassName
{
background-color: #A888A4;
}
</style>
border-color css
<style>
span { border-color: #A888A4; }
span { border-color: rgb(168,136,164); }
td.TdClassName
{
border-color: #A888A4;
}
.TagClassName
{
border-color: #A888A4;
}
</style>