#A299A1

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

Shades of London Hue #A299A1

Tints of London Hue #A299A1

Color information

#A299A1 (or 0xA299A1) is unknown color: approx London Hue. HEX triplet: A2, 99 and A1. RGB value is (162,153,161). Sum of RGB (Red+Green+Blue) = 162+153+161=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A299A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299A1 is #5D665E. Grayscale: #9C9C9C. Windows color (decimal): -6121055 or 10590626. OLE color: 10590626.

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

Color convert

RGB162153161-
CMYK00.060.010.36
HSL306.67º4.62%61.76%-
HSV(B)306.67º5.56%63.53%-
XYZ32.7233.0438.37-
YUV156.6130.48131.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=34.03%
G=32.14%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215316100.060.010.36306.674.6261.76
HexA299A10612413353e
Octal24223124106144463576
Binary10100010100110011010000101101100100100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299A1; }

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

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

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

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

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

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

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

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