#A5969B

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

Shades of Shady Lady #A5969B

Tints of Shady Lady #A5969B

Color information

#A5969B (or 0xA5969B) is unknown color: approx Shady Lady. HEX triplet: A5, 96 and 9B. RGB value is (165,150,155). Sum of RGB (Red+Green+Blue) = 165+150+155=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5969B is #5A6964. Grayscale: #9B9B9B. Windows color (decimal): -5925221 or 10196645. OLE color: 10196645.

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

Color convert

RGB165150155-
CMYK00.090.060.35
HSL340º7.69%61.76%-
HSV(B)340º9.09%64.71%-
XYZ32.3432.1835.52-
YUV155.06127.97135.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=35.11%
G=31.91%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515015500.090.060.353407.6961.76
HexA5969B0962315483e
Octal2452262330116435241076
Binary101001011001011010011011010011101000111010101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5969B; }

 p { color: rgb(165,150,155); }

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

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

 a { background-color: rgb(165,150,155); }

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

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

 span { border-color: rgb(165,150,155); }

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