Html Css Color HEX #A4949D Shady Lady

📋 copy color: '#A4949D'

red 164 ◦ green 148 ◦ blue 157

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

Shades of Shady Lady #A4949D

Tints of Shady Lady #A4949D

RGB

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

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

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

R = 34.97%
G = 31.56%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4949D (or 0xA4949D) is known color: Shady Lady. HEX triplet: A4, 94 and 9D. RGB value is (164,148,157). Sum of RGB (Red+Green+Blue) = 164+148+157=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A4949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4949D is #5B6B62. Grayscale: #999999. Windows color (decimal): -5991267 or 10327204. OLE color: 10327204.

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

Color convert

RGB 164 148 157 -
CMYK 0 0.10 0.04 0.36
HSL 326.25º 0.08% 0.61% -
HSV(B) 326.25º 0.1% 0.64% -
XYZ 31.99 31.51 36.29 -
YUV 153.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 164 148 157 0 0.10 0.04 0.36 326.25 0.08 0.61
Hex A4 94 9D 0 A 4 24 146 8 3D
Octal 244 224 235 0 12 4 44 506 10 75
Binary 10100100 10010100 10011101 0 1010 100 100100 101000110 1000 111101

Color Harmonies of #A4949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4949D

Black with #A4949D

Text Example


Text Example

White with #A4949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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