#A895AA

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

Shades of London Hue #A895AA

Tints of London Hue #A895AA

Color information

#A895AA (or 0xA895AA) is unknown color: approx London Hue. HEX triplet: A8, 95 and AA. RGB value is (168,149,170). Sum of RGB (Red+Green+Blue) = 168+149+170=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A895AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A895AA is #576A55. Grayscale: #9D9D9D. Windows color (decimal): -5728854 or 11179432. OLE color: 11179432.

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

Color convert

RGB168149170-
CMYK0.010.1200.33
HSL294.29º10.99%62.55%-
HSV(B)294.29º12.35%66.67%-
XYZ34.1532.7242.55-
YUV157.07135.29135.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=34.50%
G=30.60%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681491700.010.1200.33294.2910.9962.55
HexA895AA1C021126b3f
Octal2502252521140414461377
Binary1010100010010101101010101110001000011001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895AA; }

 p { color: rgb(168,149,170); }

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

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

 a { background-color: rgb(168,149,170); }

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

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

 span { border-color: rgb(168,149,170); }

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