#A39599

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

Shades of Shady Lady #A39599

Tints of Shady Lady #A39599

Color information

#A39599 (or 0xA39599) is unknown color: approx Shady Lady. HEX triplet: A3, 95 and 99. RGB value is (163,149,153). Sum of RGB (Red+Green+Blue) = 163+149+153=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A39599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39599 is #5C6A66. Grayscale: #999999. Windows color (decimal): -6056551 or 10065315. OLE color: 10065315.

HSL color Cylindrical-coordinate representation of color #A39599: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A39599 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163149153-
CMYK00.090.060.36
HSL342.86º7.07%61.18%-
HSV(B)342.86º8.59%63.92%-
XYZ31.631.5834.57-
YUV153.64127.64134.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=35.05%
G=32.04%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314915300.090.060.36342.867.0761.18
HexA395990962415773d
Octal243225231011644527775
Binary10100011100101011001100101001110100100101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39599; }

 p { color: rgb(163,149,153); }

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

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

 a { background-color: rgb(163,149,153); }

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

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

 span { border-color: rgb(163,149,153); }

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