Html Css Color HEX #A9969B Shady Lady

📋 copy color: '#A9969B'

red 169 ◦ green 150 ◦ blue 155

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

Shades of Shady Lady #A9969B

Tints of Shady Lady #A9969B

RGB

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

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

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

R = 35.65%
G = 31.65%
B = 32.7%

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

#A9969B (or 0xA9969B) is known color: Shady Lady. HEX triplet: A9, 96 and 9B. RGB value is (169,150,155). Sum of RGB (Red+Green+Blue) = 169+150+155=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969B is #566964. Grayscale: #9C9C9C. Windows color (decimal): -5663077 or 10196649. OLE color: 10196649.

HSL color Cylindrical-coordinate representation of color #A9969B: hue angle of 344.21º 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 #A9969B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 150 155 -
CMYK 0 0.11 0.08 0.34
HSL 344.21º 0.1% 0.63% -
HSV(B) 344.21º 0.11% 0.66% -
XYZ 33.18 32.61 35.56 -
YUV 156.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 169 150 155 0 0.11 0.08 0.34 344.21 0.1 0.63
Hex A9 96 9B 0 B 8 22 158 A 3F
Octal 251 226 233 0 13 10 42 530 12 77
Binary 10101001 10010110 10011011 0 1011 1000 100010 101011000 1010 111111

Color Harmonies of #A9969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9969B

Black with #A9969B

Text Example


Text Example

White with #A9969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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