Html Css Color HEX #A7979B Shady Lady

📋 copy color: '#A7979B'

red 167 ◦ green 151 ◦ blue 155

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

Shades of Shady Lady #A7979B

Tints of Shady Lady #A7979B

RGB

 RED value IS 167 (65.63% from 255) = 35.31%

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

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

R = 35.31%
G = 31.92%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7979B (or 0xA7979B) is known color: Shady Lady. HEX triplet: A7, 97 and 9B. RGB value is (167,151,155). Sum of RGB (Red+Green+Blue) = 167+151+155=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 167 - color contains mainly: red. Hex color #A7979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7979B is #586864. Grayscale: #9C9C9C. Windows color (decimal): -5793893 or 10196903. OLE color: 10196903.

HSL color Cylindrical-coordinate representation of color #A7979B: hue angle of 345º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7979B is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 151 155 -
CMYK 0 0.10 0.07 0.35
HSL 345º 0.08% 0.62% -
HSV(B) 345º 0.1% 0.65% -
XYZ 32.92 32.72 35.59 -
YUV 156.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 167 151 155 0 0.10 0.07 0.35 345 0.08 0.62
Hex A7 97 9B 0 A 7 23 159 8 3E
Octal 247 227 233 0 12 7 43 531 10 76
Binary 10100111 10010111 10011011 0 1010 111 100011 101011001 1000 111110

Color Harmonies of #A7979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7979B

Black with #A7979B

Text Example


Text Example

White with #A7979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7979B; }

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

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

background-color css

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

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

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

border-color css

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

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

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