#A69BA3

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

Shades of London Hue #A69BA3

Tints of London Hue #A69BA3

Color information

#A69BA3 (or 0xA69BA3) is unknown color: approx London Hue. HEX triplet: A6, 9B and A3. RGB value is (166,155,163). Sum of RGB (Red+Green+Blue) = 166+155+163=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A69BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BA3 is #59645C. Grayscale: #9F9F9F. Windows color (decimal): -5858397 or 10722214. OLE color: 10722214.

HSL color Cylindrical-coordinate representation of color #A69BA3: hue angle of 316.36º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A69BA3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166155163-
CMYK00.070.020.35
HSL316.36º5.82%62.94%-
HSV(B)316.36º6.63%65.1%-
XYZ34.0634.1939.46-
YUV159.2130.14132.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=34.30%
G=32.02%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615516300.070.020.35316.365.8262.94
HexA69BA30722313c63f
Octal24623324307243474677
Binary101001101001101110100011011110100011100111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BA3; }

 p { color: rgb(166,155,163); }

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

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

 a { background-color: rgb(166,155,163); }

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

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

 span { border-color: rgb(166,155,163); }

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