Html Css Color HEX #A4999D Shady Lady

📋 copy color: '#A4999D'

red 164 ◦ green 153 ◦ blue 157

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

Shades of Shady Lady #A4999D

Tints of Shady Lady #A4999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.28%

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

R = 34.6%
G = 32.28%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4999D (or 0xA4999D) is known color: Shady Lady. HEX triplet: A4, 99 and 9D. RGB value is (164,153,157). Sum of RGB (Red+Green+Blue) = 164+153+157=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A4999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4999D is #5B6662. Grayscale: #9C9C9C. Windows color (decimal): -5989987 or 10328484. OLE color: 10328484.

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

Color convert

RGB 164 153 157 -
CMYK 0 0.07 0.04 0.36
HSL 338.18º 0.06% 0.62% -
HSV(B) 338.18º 0.07% 0.64% -
XYZ 32.79 33.11 36.56 -
YUV 156.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 164 153 157 0 0.07 0.04 0.36 338.18 0.06 0.62
Hex A4 99 9D 0 7 4 24 152 6 3E
Octal 244 231 235 0 7 4 44 522 6 76
Binary 10100100 10011001 10011101 0 111 100 100100 101010010 110 111110

Color Harmonies of #A4999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4999D

Black with #A4999D

Text Example


Text Example

White with #A4999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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