Html Css Color HEX #A5969E Shady Lady

📋 copy color: '#A5969E'

red 165 ◦ green 150 ◦ blue 158

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

Shades of Shady Lady #A5969E

Tints of Shady Lady #A5969E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 34.88%
G = 31.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5969E (or 0xA5969E) is known color: Shady Lady. HEX triplet: A5, 96 and 9E. RGB value is (165,150,158). Sum of RGB (Red+Green+Blue) = 165+150+158=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A5969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5969E is #5A6961. Grayscale: #9B9B9B. Windows color (decimal): -5925218 or 10393253. OLE color: 10393253.

HSL color Cylindrical-coordinate representation of color #A5969E: hue angle of 328º 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 #A5969E is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 150 158 -
CMYK 0 0.09 0.04 0.35
HSL 328º 0.08% 0.62% -
HSV(B) 328º 0.09% 0.65% -
XYZ 32.59 32.28 36.86 -
YUV 155.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 165 150 158 0 0.09 0.04 0.35 328 0.08 0.62
Hex A5 96 9E 0 9 4 23 148 8 3E
Octal 245 226 236 0 11 4 43 510 10 76
Binary 10100101 10010110 10011110 0 1001 100 100011 101001000 1000 111110

Color Harmonies of #A5969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5969E

Black with #A5969E

Text Example


Text Example

White with #A5969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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