Html Css Color HEX #A7959A Shady Lady

📋 copy color: '#A7959A'

red 167 ◦ green 149 ◦ blue 154

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

Shades of Shady Lady #A7959A

Tints of Shady Lady #A7959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.7%

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

R = 35.53%
G = 31.7%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7959A (or 0xA7959A) is known color: Shady Lady. HEX triplet: A7, 95 and 9A. RGB value is (167,149,154). Sum of RGB (Red+Green+Blue) = 167+149+154=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 167 - color contains mainly: red. Hex color #A7959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7959A is #586A65. Grayscale: #9A9A9A. Windows color (decimal): -5794406 or 10130855. OLE color: 10130855.

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

Color convert

RGB 167 149 154 -
CMYK 0 0.11 0.08 0.35
HSL 343.33º 0.09% 0.62% -
HSV(B) 343.33º 0.11% 0.65% -
XYZ 32.52 32.04 35.04 -
YUV 154.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 167 149 154 0 0.11 0.08 0.35 343.33 0.09 0.62
Hex A7 95 9A 0 B 8 23 157 9 3E
Octal 247 225 232 0 13 10 43 527 11 76
Binary 10100111 10010101 10011010 0 1011 1000 100011 101010111 1001 111110

Color Harmonies of #A7959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7959A

Black with #A7959A

Text Example


Text Example

White with #A7959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7959A; }

 p { color: rgb(167,149,154); }

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

background-color css

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

 a { background-color: rgb(167,149,154); }

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

border-color css

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

 span { border-color: rgb(167,149,154); }

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