#A88CAA

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

Shades of London Hue #A88CAA

Tints of London Hue #A88CAA

Color information

#A88CAA (or 0xA88CAA) is unknown color: approx London Hue. HEX triplet: A8, 8C and AA. RGB value is (168,140,170). Sum of RGB (Red+Green+Blue) = 168+140+170=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A88CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAA is #577355. Grayscale: #979797. Windows color (decimal): -5731158 or 11177128. OLE color: 11177128.

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

Color convert

RGB168140170-
CMYK0.010.1800.33
HSL296º15%60.78%-
HSV(B)296º17.65%66.67%-
XYZ32.7829.9842.09-
YUV151.79138.28139.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=35.15%
G=29.29%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681401700.010.1800.332961560.78
HexA88CAA112021128f3d
Octal2502142521220414501775
Binary10101000100011001010101011001001000011001010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CAA; }

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

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

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

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

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

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

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

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