Html Css Color HEX #A5909B Shady Lady

📋 copy color: '#A5909B'

red 165 ◦ green 144 ◦ blue 155

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

Shades of Shady Lady #A5909B

Tints of Shady Lady #A5909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

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

R = 35.56%
G = 31.03%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5909B (or 0xA5909B) is known color: Shady Lady. HEX triplet: A5, 90 and 9B. RGB value is (165,144,155). Sum of RGB (Red+Green+Blue) = 165+144+155=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909B is #5A6F64. Grayscale: #979797. Windows color (decimal): -5926757 or 10195109. OLE color: 10195109.

HSL color Cylindrical-coordinate representation of color #A5909B: hue angle of 328.57º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5909B is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 155 -
CMYK 0 0.13 0.06 0.35
HSL 328.57º 0.1% 0.61% -
HSV(B) 328.57º 0.13% 0.65% -
XYZ 31.41 30.31 35.21 -
YUV 151.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 165 144 155 0 0.13 0.06 0.35 328.57 0.1 0.61
Hex A5 90 9B 0 D 6 23 149 A 3D
Octal 245 220 233 0 15 6 43 511 12 75
Binary 10100101 10010000 10011011 0 1101 110 100011 101001001 1010 111101

Color Harmonies of #A5909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5909B

Black with #A5909B

Text Example


Text Example

White with #A5909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5909B; }

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

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

background-color css

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

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

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

border-color css

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

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

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