Html Css Color HEX #A994A0 Shady Lady

📋 copy color: '#A994A0'

red 169 ◦ green 148 ◦ blue 160

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

Shades of Shady Lady #A994A0

Tints of Shady Lady #A994A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 35.43%
G = 31.03%
B = 33.54%

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

#A994A0 (or 0xA994A0) is known color: Shady Lady. HEX triplet: A9, 94 and A0. RGB value is (169,148,160). Sum of RGB (Red+Green+Blue) = 169+148+160=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A994A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994A0 is #566B5F. Grayscale: #9B9B9B. Windows color (decimal): -5663584 or 10523817. OLE color: 10523817.

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

Color convert

RGB 169 148 160 -
CMYK 0 0.12 0.05 0.34
HSL 325.71º 0.11% 0.62% -
HSV(B) 325.71º 0.12% 0.66% -
XYZ 33.3 32.15 37.71 -
YUV 155.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 169 148 160 0 0.12 0.05 0.34 325.71 0.11 0.62
Hex A9 94 A0 0 C 5 22 146 B 3E
Octal 251 224 240 0 14 5 42 506 13 76
Binary 10101001 10010100 10100000 0 1100 101 100010 101000110 1011 111110

Color Harmonies of #A994A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994A0

Black with #A994A0

Text Example


Text Example

White with #A994A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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