#A3989B

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

Shades of Shady Lady #A3989B

Tints of Shady Lady #A3989B

Color information

#A3989B (or 0xA3989B) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 9B. RGB value is (163,152,155). Sum of RGB (Red+Green+Blue) = 163+152+155=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989B is #5C6764. Grayscale: #9B9B9B. Windows color (decimal): -6055781 or 10197155. OLE color: 10197155.

HSL color Cylindrical-coordinate representation of color #A3989B: hue angle of 343.64º 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 #A3989B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB163152155-
CMYK00.070.050.36
HSL343.64º5.64%61.76%-
HSV(B)343.64º6.75%63.92%-
XYZ32.2532.6135.6-
YUV155.63127.64133.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=34.68%
G=32.34%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215500.070.050.36343.645.6461.76
HexA3989B0752415863e
Octal24323023307544530676
Binary1010001110011000100110110111101100100101011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3989B; }

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

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

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

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

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

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

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

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