Html Css Color HEX #A7949D Shady Lady

📋 copy color: '#A7949D'

red 167 ◦ green 148 ◦ blue 157

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

Shades of Shady Lady #A7949D

Tints of Shady Lady #A7949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.26%

R = 35.38%
G = 31.36%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7949D (or 0xA7949D) is known color: Shady Lady. HEX triplet: A7, 94 and 9D. RGB value is (167,148,157). Sum of RGB (Red+Green+Blue) = 167+148+157=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 167 - color contains mainly: red. Hex color #A7949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7949D is #586B62. Grayscale: #9A9A9A. Windows color (decimal): -5794659 or 10327207. OLE color: 10327207.

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

Color convert

RGB 167 148 157 -
CMYK 0 0.11 0.06 0.35
HSL 331.58º 0.1% 0.62% -
HSV(B) 331.58º 0.11% 0.65% -
XYZ 32.61 31.83 36.32 -
YUV 154.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 167 148 157 0 0.11 0.06 0.35 331.58 0.1 0.62
Hex A7 94 9D 0 B 6 23 14C A 3E
Octal 247 224 235 0 13 6 43 514 12 76
Binary 10100111 10010100 10011101 0 1011 110 100011 101001100 1010 111110

Color Harmonies of #A7949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7949D

Black with #A7949D

Text Example


Text Example

White with #A7949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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