#A794AB

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

Shades of London Hue #A794AB

Tints of London Hue #A794AB

Color information

#A794AB (or 0xA794AB) is unknown color: approx London Hue. HEX triplet: A7, 94 and AB. RGB value is (167,148,171). Sum of RGB (Red+Green+Blue) = 167+148+171=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A794AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A794AB is #586B54. Grayscale: #9C9C9C. Windows color (decimal): -5794645 or 11244711. OLE color: 11244711.

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

Color convert

RGB167148171-
CMYK0.020.1300.33
HSL289.57º12.04%62.55%-
HSV(B)289.57º13.45%67.06%-
XYZ33.8832.3442.98-
YUV156.3136.29135.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=34.36%
G=30.45%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671481710.020.1300.33289.5712.0462.55
HexA794AB2D021122c3f
Octal2472242532150414421477
Binary10100111100101001010101110110101000011001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794AB; }

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

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

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

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

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

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

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

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