Html Css Color HEX #A5919C Shady Lady

📋 copy color: '#A5919C'

red 165 ◦ green 145 ◦ blue 156

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

Shades of Shady Lady #A5919C

Tints of Shady Lady #A5919C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 35.41%
G = 31.12%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5919C (or 0xA5919C) is known color: Shady Lady. HEX triplet: A5, 91 and 9C. RGB value is (165,145,156). Sum of RGB (Red+Green+Blue) = 165+145+156=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A5919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5919C is #5A6E63. Grayscale: #989898. Windows color (decimal): -5926500 or 10260901. OLE color: 10260901.

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

Color convert

RGB 165 145 156 -
CMYK 0 0.12 0.05 0.35
HSL 327º 0.1% 0.61% -
HSV(B) 327º 0.12% 0.65% -
XYZ 31.64 30.65 35.7 -
YUV 152.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 165 145 156 0 0.12 0.05 0.35 327 0.1 0.61
Hex A5 91 9C 0 C 5 23 147 A 3D
Octal 245 221 234 0 14 5 43 507 12 75
Binary 10100101 10010001 10011100 0 1100 101 100011 101000111 1010 111101

Color Harmonies of #A5919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5919C

Black with #A5919C

Text Example


Text Example

White with #A5919C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5919C; }

 p { color: rgb(165,145,156); }

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

background-color css

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

 a { background-color: rgb(165,145,156); }

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

border-color css

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

 span { border-color: rgb(165,145,156); }

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