#A794A5

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

Shades of London Hue #A794A5

Tints of London Hue #A794A5

Color information

#A794A5 (or 0xA794A5) is unknown color: approx London Hue. HEX triplet: A7, 94 and A5. RGB value is (167,148,165). Sum of RGB (Red+Green+Blue) = 167+148+165=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 167 - color contains mainly: red. Hex color #A794A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A794A5 is #586B5A. Grayscale: #9B9B9B. Windows color (decimal): -5794651 or 10851495. OLE color: 10851495.

HSL color Cylindrical-coordinate representation of color #A794A5: hue angle of 306.32º degrees, saturation: 0.1, 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 #A794A5 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB167148165-
CMYK00.110.010.35
HSL306.32º9.74%61.76%-
HSV(B)306.32º11.38%65.49%-
XYZ33.3232.1140.04-
YUV155.62133.29136.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=34.79%
G=30.83%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714816500.110.010.35306.329.7461.76
HexA794A50B123132a3e
Octal2472242450131434621276
Binary1010011110010100101001010101111000111001100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794A5; }

 p { color: rgb(167,148,165); }

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

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

 a { background-color: rgb(167,148,165); }

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

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

 span { border-color: rgb(167,148,165); }

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