Html Css Color HEX #A9979B Shady Lady

📋 copy color: '#A9979B'

red 169 ◦ green 151 ◦ blue 155

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

Shades of Shady Lady #A9979B

Tints of Shady Lady #A9979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.79%

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

R = 35.58%
G = 31.79%
B = 32.63%

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

#A9979B (or 0xA9979B) is known color: Shady Lady. HEX triplet: A9, 97 and 9B. RGB value is (169,151,155). Sum of RGB (Red+Green+Blue) = 169+151+155=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9979B is #566864. Grayscale: #9C9C9C. Windows color (decimal): -5662821 or 10196905. OLE color: 10196905.

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

Color convert

RGB 169 151 155 -
CMYK 0 0.11 0.08 0.34
HSL 346.67º 0.09% 0.63% -
HSV(B) 346.67º 0.11% 0.66% -
XYZ 33.35 32.93 35.61 -
YUV 156.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 169 151 155 0 0.11 0.08 0.34 346.67 0.09 0.63
Hex A9 97 9B 0 B 8 22 15B 9 3F
Octal 251 227 233 0 13 10 42 533 11 77
Binary 10101001 10010111 10011011 0 1011 1000 100010 101011011 1001 111111

Color Harmonies of #A9979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9979B

Black with #A9979B

Text Example


Text Example

White with #A9979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9979B; }

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

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

background-color css

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

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

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

border-color css

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

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

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