Html Css Color HEX #A49FA2 Shady Lady

📋 copy color: '#A49FA2'

red 164 ◦ green 159 ◦ blue 162

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

Shades of Shady Lady #A49FA2

Tints of Shady Lady #A49FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 33.81%
G = 32.78%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A49FA2 (or 0xA49FA2) is known color: Shady Lady. HEX triplet: A4, 9F and A2. RGB value is (164,159,162). Sum of RGB (Red+Green+Blue) = 164+159+162=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 164 - color contains mainly: red. Hex color #A49FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FA2 is #5B605D. Grayscale: #A0A0A0. Windows color (decimal): -5988446 or 10657700. OLE color: 10657700.

HSL color Cylindrical-coordinate representation of color #A49FA2: hue angle of 324º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A49FA2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 162 -
CMYK 0 0.03 0.01 0.36
HSL 324º 0.03% 0.63% -
HSV(B) 324º 0.03% 0.64% -
XYZ 34.23 35.3 39.19 -
YUV 160.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 164 159 162 0 0.03 0.01 0.36 324 0.03 0.63
Hex A4 9F A2 0 3 1 24 144 3 3F
Octal 244 237 242 0 3 1 44 504 3 77
Binary 10100100 10011111 10100010 0 11 1 100100 101000100 11 111111

Color Harmonies of #A49FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FA2

Black with #A49FA2

Text Example


Text Example

White with #A49FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FA2; }

 p { color: rgb(164,159,162); }

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

background-color css

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

 a { background-color: rgb(164,159,162); }

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

border-color css

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

 span { border-color: rgb(164,159,162); }

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