Html Css Color HEX #A4979D Shady Lady

📋 copy color: '#A4979D'

red 164 ◦ green 151 ◦ blue 157

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

Shades of Shady Lady #A4979D

Tints of Shady Lady #A4979D

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

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

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

R = 34.75%
G = 31.99%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4979D (or 0xA4979D) is known color: Shady Lady. HEX triplet: A4, 97 and 9D. RGB value is (164,151,157). Sum of RGB (Red+Green+Blue) = 164+151+157=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A4979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4979D is #5B6862. Grayscale: #9B9B9B. Windows color (decimal): -5990499 or 10327972. OLE color: 10327972.

HSL color Cylindrical-coordinate representation of color #A4979D: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4979D is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 157 -
CMYK 0 0.08 0.04 0.36
HSL 332.31º 0.07% 0.62% -
HSV(B) 332.31º 0.08% 0.64% -
XYZ 32.46 32.46 36.45 -
YUV 155.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 164 151 157 0 0.08 0.04 0.36 332.31 0.07 0.62
Hex A4 97 9D 0 8 4 24 14C 7 3E
Octal 244 227 235 0 10 4 44 514 7 76
Binary 10100100 10010111 10011101 0 1000 100 100100 101001100 111 111110

Color Harmonies of #A4979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4979D

Black with #A4979D

Text Example


Text Example

White with #A4979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4979D; }

 p { color: rgb(164,151,157); }

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

background-color css

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

 a { background-color: rgb(164,151,157); }

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

border-color css

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

 span { border-color: rgb(164,151,157); }

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