#A39899

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

Shades of Shady Lady #A39899

Tints of Shady Lady #A39899

Color information

#A39899 (or 0xA39899) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 99. RGB value is (163,152,153). Sum of RGB (Red+Green+Blue) = 163+152+153=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A39899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39899 is #5C6766. Grayscale: #9B9B9B. Windows color (decimal): -6055783 or 10066083. OLE color: 10066083.

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

Color convert

RGB163152153-
CMYK00.070.060.36
HSL354.55º5.64%61.76%-
HSV(B)354.55º6.75%63.92%-
XYZ32.0832.5434.73-
YUV155.4126.64133.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=34.83%
G=32.48%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215300.070.060.36354.555.6461.76
HexA398990762416363e
Octal24323023107644543676
Binary1010001110011000100110010111110100100101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39899; }

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

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

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

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

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

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

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

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