#A794A1

Color #A794A1 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A794A1

Tints of Shady Lady #A794A1

Color information

#A794A1 (or 0xA794A1) is unknown color: approx Shady Lady. HEX triplet: A7, 94 and A1. RGB value is (167,148,161). Sum of RGB (Red+Green+Blue) = 167+148+161=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A794A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A794A1 is #586B5E. Grayscale: #9B9B9B. Windows color (decimal): -5794655 or 10589351. OLE color: 10589351.

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

Color convert

RGB167148161-
CMYK00.110.040.35
HSL318.95º9.74%61.76%-
HSV(B)318.95º11.38%65.49%-
XYZ32.9631.9738.15-
YUV155.16131.29136.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=35.08%
G=31.09%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714816100.110.040.35318.959.7461.76
HexA794A10B42313fa3e
Octal2472242410134434771276
Binary101001111001010010100001010111001000111001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794A1; }

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

 H1.HeaderClassName
 {
   color: #A794A1;
 }
 .AnyTagClassName
 {
   color: #A794A1;
 }
</style>
background-color css

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

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

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

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

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

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