#A894AB

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

Shades of London Hue #A894AB

Tints of London Hue #A894AB

Color information

#A894AB (or 0xA894AB) is unknown color: approx London Hue. HEX triplet: A8, 94 and AB. RGB value is (168,148,171). Sum of RGB (Red+Green+Blue) = 168+148+171=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A894AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A894AB is #576B54. Grayscale: #9C9C9C. Windows color (decimal): -5729109 or 11244712. OLE color: 11244712.

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

Color convert

RGB168148171-
CMYK0.020.1300.33
HSL292.17º12.04%62.55%-
HSV(B)292.17º13.45%67.06%-
XYZ34.0932.4442.99-
YUV156.6136.13136.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=34.50%
G=30.39%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681481710.020.1300.33292.1712.0462.55
HexA894AB2D021124c3f
Octal2502242532150414441477
Binary10101000100101001010101110110101000011001001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894AB; }

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

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

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

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

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

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

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

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