#A5999B

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

Shades of Shady Lady #A5999B

Tints of Shady Lady #A5999B

Color information

#A5999B (or 0xA5999B) is unknown color: approx Shady Lady. HEX triplet: A5, 99 and 9B. RGB value is (165,153,155). Sum of RGB (Red+Green+Blue) = 165+153+155=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A5999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5999B is #5A6664. Grayscale: #9C9C9C. Windows color (decimal): -5924453 or 10197413. OLE color: 10197413.

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

Color convert

RGB165153155-
CMYK00.070.060.35
HSL350º6.25%62.35%-
HSV(B)350º7.27%64.71%-
XYZ32.8233.1535.68-
YUV156.82126.98133.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=34.88%
G=32.35%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515315500.070.060.353506.2562.35
HexA5999B0762315e63e
Octal24523123307643536676
Binary1010010110011001100110110111110100011101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5999B; }

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

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

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

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

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

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

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

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