Html Css Color HEX #A4979A Shady Lady

📋 copy color: '#A4979A'

red 164 ◦ green 151 ◦ blue 154

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

Shades of Shady Lady #A4979A

Tints of Shady Lady #A4979A

RGB

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

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

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

R = 34.97%
G = 32.2%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4979A (or 0xA4979A) is known color: Shady Lady. HEX triplet: A4, 97 and 9A. RGB value is (164,151,154). Sum of RGB (Red+Green+Blue) = 164+151+154=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A4979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4979A is #5B6865. Grayscale: #9B9B9B. Windows color (decimal): -5990502 or 10131364. OLE color: 10131364.

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

Color convert

RGB 164 151 154 -
CMYK 0 0.08 0.06 0.36
HSL 346.15º 0.07% 0.62% -
HSV(B) 346.15º 0.08% 0.64% -
XYZ 32.21 32.36 35.12 -
YUV 155.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 164 151 154 0 0.08 0.06 0.36 346.15 0.07 0.62
Hex A4 97 9A 0 8 6 24 15A 7 3E
Octal 244 227 232 0 10 6 44 532 7 76
Binary 10100100 10010111 10011010 0 1000 110 100100 101011010 111 111110

Color Harmonies of #A4979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4979A

Black with #A4979A

Text Example


Text Example

White with #A4979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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