#A795A3

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

Shades of London Hue #A795A3

Tints of London Hue #A795A3

Color information

#A795A3 (or 0xA795A3) is unknown color: approx London Hue. HEX triplet: A7, 95 and A3. RGB value is (167,149,163). Sum of RGB (Red+Green+Blue) = 167+149+163=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 167 - color contains mainly: red. Hex color #A795A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795A3 is #586A5C. Grayscale: #9B9B9B. Windows color (decimal): -5794397 or 10720679. OLE color: 10720679.

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

Color convert

RGB167149163-
CMYK00.110.020.35
HSL313.33º9.28%61.96%-
HSV(B)313.33º10.78%65.49%-
XYZ33.2932.3539.14-
YUV155.98131.96135.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=34.86%
G=31.11%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714916300.110.020.35313.339.2861.96
HexA795A30B22313993e
Octal2472252430132434711176
Binary10100111100101011010001101011101000111001110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795A3; }

 p { color: rgb(167,149,163); }

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

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

 a { background-color: rgb(167,149,163); }

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

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

 span { border-color: rgb(167,149,163); }

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