Html Css Color HEX #A994A1 Shady Lady

📋 copy color: '#A994A1'

red 169 ◦ green 148 ◦ blue 161

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

Shades of Shady Lady #A994A1

Tints of Shady Lady #A994A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 35.36%
G = 30.96%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A994A1 (or 0xA994A1) is known color: Shady Lady. HEX triplet: A9, 94 and A1. RGB value is (169,148,161). Sum of RGB (Red+Green+Blue) = 169+148+161=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A994A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994A1 is #566B5E. Grayscale: #9B9B9B. Windows color (decimal): -5663583 or 10589353. OLE color: 10589353.

HSL color Cylindrical-coordinate representation of color #A994A1: hue angle of 322.86º 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 #A994A1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 161 -
CMYK 0 0.12 0.05 0.34
HSL 322.86º 0.11% 0.62% -
HSV(B) 322.86º 0.12% 0.66% -
XYZ 33.39 32.19 38.17 -
YUV 155.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 169 148 161 0 0.12 0.05 0.34 322.86 0.11 0.62
Hex A9 94 A1 0 C 5 22 143 B 3E
Octal 251 224 241 0 14 5 42 503 13 76
Binary 10101001 10010100 10100001 0 1100 101 100010 101000011 1011 111110

Color Harmonies of #A994A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994A1

Black with #A994A1

Text Example


Text Example

White with #A994A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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