#A29DA1

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

Shades of London Hue #A29DA1

Tints of London Hue #A29DA1

Color information

#A29DA1 (or 0xA29DA1) is unknown color: approx London Hue. HEX triplet: A2, 9D and A1. RGB value is (162,157,161). Sum of RGB (Red+Green+Blue) = 162+157+161=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 162 - color contains mainly: red. Hex color #A29DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29DA1 is #5D625E. Grayscale: #9E9E9E. Windows color (decimal): -6120031 or 10591650. OLE color: 10591650.

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

Color convert

RGB162157161-
CMYK00.030.010.36
HSL312º2.62%62.55%-
HSV(B)312º3.09%63.53%-
XYZ33.3934.3738.59-
YUV158.95129.16130.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=33.75%
G=32.71%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215716100.030.010.363122.6262.55
HexA29DA10312413833f
Octal24223524103144470377
Binary101000101001110110100001011110010010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DA1; }

 p { color: rgb(162,157,161); }

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

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

 a { background-color: rgb(162,157,161); }

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

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

 span { border-color: rgb(162,157,161); }

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