Html Css Color HEX #A5969C Shady Lady

📋 copy color: '#A5969C'

red 165 ◦ green 150 ◦ blue 156

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

Shades of Shady Lady #A5969C

Tints of Shady Lady #A5969C

RGB

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

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

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

R = 35.03%
G = 31.85%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5969C (or 0xA5969C) is known color: Shady Lady. HEX triplet: A5, 96 and 9C. RGB value is (165,150,156). Sum of RGB (Red+Green+Blue) = 165+150+156=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A5969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5969C is #5A6963. Grayscale: #9B9B9B. Windows color (decimal): -5925220 or 10262181. OLE color: 10262181.

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

Color convert

RGB 165 150 156 -
CMYK 0 0.09 0.05 0.35
HSL 336º 0.08% 0.62% -
HSV(B) 336º 0.09% 0.65% -
XYZ 32.42 32.21 35.96 -
YUV 155.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 165 150 156 0 0.09 0.05 0.35 336 0.08 0.62
Hex A5 96 9C 0 9 5 23 150 8 3E
Octal 245 226 234 0 11 5 43 520 10 76
Binary 10100101 10010110 10011100 0 1001 101 100011 101010000 1000 111110

Color Harmonies of #A5969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5969C

Black with #A5969C

Text Example


Text Example

White with #A5969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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