#A58DA3

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

Shades of London Hue #A58DA3

Tints of London Hue #A58DA3

Color information

#A58DA3 (or 0xA58DA3) is unknown color: approx London Hue. HEX triplet: A5, 8D and A3. RGB value is (165,141,163). Sum of RGB (Red+Green+Blue) = 165+141+163=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A58DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58DA3 is #5A725C. Grayscale: #969696. Windows color (decimal): -5927517 or 10718629. OLE color: 10718629.

HSL color Cylindrical-coordinate representation of color #A58DA3: hue angle of 305º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A58DA3 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165141163-
CMYK00.150.010.35
HSL305º11.76%60%-
HSV(B)305º14.55%64.71%-
XYZ31.6529.6938.71-
YUV150.68134.95138.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=35.18%
G=30.06%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514116300.150.010.3530511.7660
HexA58DA30F123131c3c
Octal2452152430171434611474
Binary1010010110001101101000110111111000111001100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DA3; }

 p { color: rgb(165,141,163); }

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

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

 a { background-color: rgb(165,141,163); }

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

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

 span { border-color: rgb(165,141,163); }

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