#A595A0

Color #A595A0 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A595A0

Tints of Shady Lady #A595A0

Color information

#A595A0 (or 0xA595A0) is unknown color: approx Shady Lady. HEX triplet: A5, 95 and A0. RGB value is (165,149,160). Sum of RGB (Red+Green+Blue) = 165+149+160=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A595A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A595A0 is #5A6A5F. Grayscale: #9B9B9B. Windows color (decimal): -5925472 or 10524069. OLE color: 10524069.

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

Color convert

RGB165149160-
CMYK00.100.030.35
HSL318.75º8.16%61.57%-
HSV(B)318.75º9.7%64.71%-
XYZ32.6132.0337.72-
YUV155.04130.8135.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=34.81%
G=31.43%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514916000.100.030.35318.758.1661.57
HexA595A00A32313f83e
Octal2452252400123434771076
Binary10100101100101011010000001010111000111001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595A0; }

 p { color: rgb(165,149,160); }

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

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

 a { background-color: rgb(165,149,160); }

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

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

 span { border-color: rgb(165,149,160); }

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