Html Css Color HEX #A596A0 Shady Lady

📋 copy color: '#A596A0'

red 165 ◦ green 150 ◦ blue 160

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

Shades of Shady Lady #A596A0

Tints of Shady Lady #A596A0

RGB

 RED value IS 165 (64.84% from 255) = 34.74%

 GREEN value IS 150 (58.98% from 255) = 31.58%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 34.74%
G = 31.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A596A0 (or 0xA596A0) is known color: Shady Lady. HEX triplet: A5, 96 and A0. RGB value is (165,150,160). Sum of RGB (Red+Green+Blue) = 165+150+160=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A596A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596A0 is #5A695F. Grayscale: #9B9B9B. Windows color (decimal): -5925216 or 10524325. OLE color: 10524325.

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

Color convert

RGB 165 150 160 -
CMYK 0 0.09 0.03 0.35
HSL 320º 0.08% 0.62% -
HSV(B) 320º 0.09% 0.65% -
XYZ 32.77 32.35 37.77 -
YUV 155.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 165 150 160 0 0.09 0.03 0.35 320 0.08 0.62
Hex A5 96 A0 0 9 3 23 140 8 3E
Octal 245 226 240 0 11 3 43 500 10 76
Binary 10100101 10010110 10100000 0 1001 11 100011 101000000 1000 111110

Color Harmonies of #A596A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596A0

Black with #A596A0

Text Example


Text Example

White with #A596A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596A0; }

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

 H1.HeaderClassName
 {
   color: #A596A0;
 }
 .AnyTagClassName
 {
   color: #A596A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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