Html Css Color HEX #A994A2 Shady Lady

📋 copy color: '#A994A2'

red 169 ◦ green 148 ◦ blue 162

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

Shades of Shady Lady #A994A2

Tints of Shady Lady #A994A2

RGB

 RED value IS 169 (66.41% from 255) = 35.28%

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

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

R = 35.28%
G = 30.9%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A994A2 (or 0xA994A2) is known color: Shady Lady. HEX triplet: A9, 94 and A2. RGB value is (169,148,162). Sum of RGB (Red+Green+Blue) = 169+148+162=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 169 - color contains mainly: red. Hex color #A994A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994A2 is #566B5D. Grayscale: #9B9B9B. Windows color (decimal): -5663582 or 10654889. OLE color: 10654889.

HSL color Cylindrical-coordinate representation of color #A994A2: hue angle of 320º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A994A2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 162 -
CMYK 0 0.12 0.04 0.34
HSL 320º 0.11% 0.62% -
HSV(B) 320º 0.12% 0.66% -
XYZ 33.47 32.22 38.64 -
YUV 155.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 169 148 162 0 0.12 0.04 0.34 320 0.11 0.62
Hex A9 94 A2 0 C 4 22 140 B 3E
Octal 251 224 242 0 14 4 42 500 13 76
Binary 10101001 10010100 10100010 0 1100 100 100010 101000000 1011 111110

Color Harmonies of #A994A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994A2

Black with #A994A2

Text Example


Text Example

White with #A994A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994A2; }

 p { color: rgb(169,148,162); }

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

background-color css

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

 a { background-color: rgb(169,148,162); }

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

border-color css

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

 span { border-color: rgb(169,148,162); }

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