#A5929E

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

Shades of Shady Lady #A5929E

Tints of Shady Lady #A5929E

Color information

#A5929E (or 0xA5929E) is unknown color: approx Shady Lady. HEX triplet: A5, 92 and 9E. RGB value is (165,146,158). Sum of RGB (Red+Green+Blue) = 165+146+158=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5929E is #5A6D61. Grayscale: #999999. Windows color (decimal): -5926242 or 10392229. OLE color: 10392229.

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

Color convert

RGB165146158-
CMYK00.120.040.35
HSL322.11º9.55%60.98%-
HSV(B)322.11º11.52%64.71%-
XYZ31.9731.0336.65-
YUV153.05130.79136.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=35.18%
G=31.13%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514615800.120.040.35322.119.5560.98
HexA5929E0C423142a3d
Octal2452222360144435021275
Binary101001011001001010011110011001001000111010000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5929E; }

 p { color: rgb(165,146,158); }

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

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

 a { background-color: rgb(165,146,158); }

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

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

 span { border-color: rgb(165,146,158); }

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