#A892AB

Color #A892AB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A892AB

Tints of London Hue #A892AB

Color information

#A892AB (or 0xA892AB) is unknown color: approx London Hue. HEX triplet: A8, 92 and AB. RGB value is (168,146,171). Sum of RGB (Red+Green+Blue) = 168+146+171=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A892AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A892AB is #576D54. Grayscale: #9B9B9B. Windows color (decimal): -5729621 or 11244200. OLE color: 11244200.

HSL color Cylindrical-coordinate representation of color #A892AB: hue angle of 292.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A892AB is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168146171-
CMYK0.020.1500.33
HSL292.8º12.95%62.16%-
HSV(B)292.8º14.62%67.06%-
XYZ33.7831.8242.89-
YUV155.43136.79136.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=34.64%
G=30.10%
B=35.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681461710.020.1500.33292.812.9562.16
HexA892AB2F021125d3e
Octal2502222532170414451576
Binary10101000100100101010101110111101000011001001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892AB; }

 p { color: rgb(168,146,171); }

 H1.HeaderClassName
 {
   color: #A892AB;
 }
 .AnyTagClassName
 {
   color: #A892AB;
 }
</style>
background-color css

<style>
 a { background-color: #A892AB; }

 a { background-color: rgb(168,146,171); }

 div.DivClassName
 {
   background-color: #A892AB;
 }
 .BgClassName
 {
   background-color: #A892AB;
 }
</style>
border-color css

<style>
 span { border-color: #A892AB; }

 span { border-color: rgb(168,146,171); }

 td.TdClassName
 {
   border-color: #A892AB;
 }
 .TagClassName
 {
   border-color: #A892AB;
 }
</style>