Html Css Color HEX #A9969C Shady Lady

📋 copy color: '#A9969C'

red 169 ◦ green 150 ◦ blue 156

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

Shades of Shady Lady #A9969C

Tints of Shady Lady #A9969C

RGB

 RED value IS 169 (66.41% from 255) = 35.58%

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

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

R = 35.58%
G = 31.58%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9969C (or 0xA9969C) is known color: Shady Lady. HEX triplet: A9, 96 and 9C. RGB value is (169,150,156). Sum of RGB (Red+Green+Blue) = 169+150+156=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969C is #566963. Grayscale: #9C9C9C. Windows color (decimal): -5663076 or 10262185. OLE color: 10262185.

HSL color Cylindrical-coordinate representation of color #A9969C: hue angle of 341.05º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9969C is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 150 156 -
CMYK 0 0.11 0.08 0.34
HSL 341.05º 0.1% 0.63% -
HSV(B) 341.05º 0.11% 0.66% -
XYZ 33.27 32.65 36 -
YUV 156.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 169 150 156 0 0.11 0.08 0.34 341.05 0.1 0.63
Hex A9 96 9C 0 B 8 22 155 A 3F
Octal 251 226 234 0 13 10 42 525 12 77
Binary 10101001 10010110 10011100 0 1011 1000 100010 101010101 1010 111111

Color Harmonies of #A9969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9969C

Black with #A9969C

Text Example


Text Example

White with #A9969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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