Html Css Color HEX #A9969A Shady Lady

📋 copy color: '#A9969A'

red 169 ◦ green 150 ◦ blue 154

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

Shades of Shady Lady #A9969A

Tints of Shady Lady #A9969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 35.73%
G = 31.71%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9969A (or 0xA9969A) is known color: Shady Lady. HEX triplet: A9, 96 and 9A. RGB value is (169,150,154). Sum of RGB (Red+Green+Blue) = 169+150+154=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969A is #566965. Grayscale: #9C9C9C. Windows color (decimal): -5663078 or 10131113. OLE color: 10131113.

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

Color convert

RGB 169 150 154 -
CMYK 0 0.11 0.09 0.34
HSL 347.37º 0.1% 0.63% -
HSV(B) 347.37º 0.11% 0.66% -
XYZ 33.1 32.58 35.12 -
YUV 156.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 169 150 154 0 0.11 0.09 0.34 347.37 0.1 0.63
Hex A9 96 9A 0 B 9 22 15B A 3F
Octal 251 226 232 0 13 11 42 533 12 77
Binary 10101001 10010110 10011010 0 1011 1001 100010 101011011 1010 111111

Color Harmonies of #A9969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9969A

Black with #A9969A

Text Example


Text Example

White with #A9969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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