#A796AA

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

Shades of London Hue #A796AA

Tints of London Hue #A796AA

Color information

#A796AA (or 0xA796AA) is unknown color: approx London Hue. HEX triplet: A7, 96 and AA. RGB value is (167,150,170). Sum of RGB (Red+Green+Blue) = 167+150+170=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A796AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A796AA is #586955. Grayscale: #9D9D9D. Windows color (decimal): -5794134 or 11179687. OLE color: 11179687.

HSL color Cylindrical-coordinate representation of color #A796AA: hue angle of 291º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A796AA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167150170-
CMYK0.020.1200.33
HSL291º10.53%62.75%-
HSV(B)291º11.76%66.67%-
XYZ34.132.9342.59-
YUV157.36135.13134.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=34.29%
G=30.80%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671501700.020.1200.3329110.5362.75
HexA796AA2C021123b3f
Octal2472262522140414431377
Binary10100111100101101010101010110001000011001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796AA; }

 p { color: rgb(167,150,170); }

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

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

 a { background-color: rgb(167,150,170); }

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

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

 span { border-color: rgb(167,150,170); }

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