Html Css Color HEX #A5969B Shady Lady

📋 copy color: '#A5969B'

red 165 ◦ green 150 ◦ blue 155

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

Shades of Shady Lady #A5969B

Tints of Shady Lady #A5969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 35.11%
G = 31.91%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5969B (or 0xA5969B) is known color: Shady Lady. HEX triplet: A5, 96 and 9B. RGB value is (165,150,155). Sum of RGB (Red+Green+Blue) = 165+150+155=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5969B is #5A6964. Grayscale: #9B9B9B. Windows color (decimal): -5925221 or 10196645. OLE color: 10196645.

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

Color convert

RGB 165 150 155 -
CMYK 0 0.09 0.06 0.35
HSL 340º 0.08% 0.62% -
HSV(B) 340º 0.09% 0.65% -
XYZ 32.34 32.18 35.52 -
YUV 155.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 165 150 155 0 0.09 0.06 0.35 340 0.08 0.62
Hex A5 96 9B 0 9 6 23 154 8 3E
Octal 245 226 233 0 11 6 43 524 10 76
Binary 10100101 10010110 10011011 0 1001 110 100011 101010100 1000 111110

Color Harmonies of #A5969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5969B

Black with #A5969B

Text Example


Text Example

White with #A5969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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