Html Css Color HEX #A595A0 Shady Lady

📋 copy color: '#A595A0'

red 165 ◦ green 149 ◦ blue 160

#A595A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #A595A0

Tints of Shady Lady #A595A0

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 value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A595A0 (or 0xA595A0) is known color: 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

RGB 165 149 160 -
CMYK 0 0.10 0.03 0.35
HSL 318.75º 0.08% 0.62% -
HSV(B) 318.75º 0.1% 0.65% -
XYZ 32.61 32.03 37.72 -
YUV 155.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 165 149 160 0 0.10 0.03 0.35 318.75 0.08 0.62
Hex A5 95 A0 0 A 3 23 13F 8 3E
Octal 245 225 240 0 12 3 43 477 10 76
Binary 10100101 10010101 10100000 0 1010 11 100011 100111111 1000 111110

Color Harmonies of #A595A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595A0

Black with #A595A0

Text Example


Text Example

White with #A595A0

Text Example


Text Example

HTML Codes & Css Web 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>