#A598A2

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

Shades of London Hue #A598A2

Tints of London Hue #A598A2

Color information

#A598A2 (or 0xA598A2) is unknown color: approx London Hue. HEX triplet: A5, 98 and A2. RGB value is (165,152,162). Sum of RGB (Red+Green+Blue) = 165+152+162=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 165 - color contains mainly: red. Hex color #A598A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598A2 is #5A675D. Grayscale: #9D9D9D. Windows color (decimal): -5924702 or 10655909. OLE color: 10655909.

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

Color convert

RGB165152162-
CMYK00.080.020.35
HSL313.85º6.74%62.16%-
HSV(B)313.85º7.88%64.71%-
XYZ33.2733.0638.81-
YUV157.03130.81133.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=34.45%
G=31.73%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515216200.080.020.35313.856.7462.16
HexA598A20822313a73e
Octal245230242010243472776
Binary1010010110011000101000100100010100011100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598A2; }

 p { color: rgb(165,152,162); }

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

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

 a { background-color: rgb(165,152,162); }

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

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

 span { border-color: rgb(165,152,162); }

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