Html Css Color HEX #A7949E Shady Lady

📋 copy color: '#A7949E'

red 167 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #A7949E

Tints of Shady Lady #A7949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 35.31%
G = 31.29%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7949E (or 0xA7949E) is known color: Shady Lady. HEX triplet: A7, 94 and 9E. RGB value is (167,148,158). Sum of RGB (Red+Green+Blue) = 167+148+158=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 167 - color contains mainly: red. Hex color #A7949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7949E is #586B61. Grayscale: #9A9A9A. Windows color (decimal): -5794658 or 10392743. OLE color: 10392743.

HSL color Cylindrical-coordinate representation of color #A7949E: hue angle of 328.42º degrees, saturation: 0.1, 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 #A7949E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 158 -
CMYK 0 0.11 0.05 0.35
HSL 328.42º 0.1% 0.62% -
HSV(B) 328.42º 0.11% 0.65% -
XYZ 32.7 31.86 36.77 -
YUV 154.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 167 148 158 0 0.11 0.05 0.35 328.42 0.1 0.62
Hex A7 94 9E 0 B 5 23 148 A 3E
Octal 247 224 236 0 13 5 43 510 12 76
Binary 10100111 10010100 10011110 0 1011 101 100011 101001000 1010 111110

Color Harmonies of #A7949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7949E

Black with #A7949E

Text Example


Text Example

White with #A7949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7949E; }

 p { color: rgb(167,148,158); }

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

background-color css

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

 a { background-color: rgb(167,148,158); }

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

border-color css

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

 span { border-color: rgb(167,148,158); }

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