#A89CAA

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

Shades of London Hue #A89CAA

Tints of London Hue #A89CAA

Color information

#A89CAA (or 0xA89CAA) is unknown color: approx London Hue. HEX triplet: A8, 9C and AA. RGB value is (168,156,170). Sum of RGB (Red+Green+Blue) = 168+156+170=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A89CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89CAA is #576355. Grayscale: #A1A1A1. Windows color (decimal): -5727062 or 11181224. OLE color: 11181224.

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

Color convert

RGB168156170-
CMYK0.010.0800.33
HSL291.43º7.61%63.92%-
HSV(B)291.43º8.24%66.67%-
XYZ35.293542.93-
YUV161.18132.98132.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=34.01%
G=31.58%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681561700.010.0800.33291.437.6163.92
HexA89CAA18021123840
Octal25023425211004144310100
Binary10101000100111001010101011000010000110010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CAA; }

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

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

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

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

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

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

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

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