#A3989A

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

Shades of Shady Lady #A3989A

Tints of Shady Lady #A3989A

Color information

#A3989A (or 0xA3989A) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 9A. RGB value is (163,152,154). Sum of RGB (Red+Green+Blue) = 163+152+154=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989A is #5C6765. Grayscale: #9B9B9B. Windows color (decimal): -6055782 or 10131619. OLE color: 10131619.

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

Color convert

RGB163152154-
CMYK00.070.060.36
HSL349.09º5.64%61.76%-
HSV(B)349.09º6.75%63.92%-
XYZ32.1732.5835.16-
YUV155.52127.14133.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=34.75%
G=32.41%
B=32.84%

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
Decimal16315215400.070.060.36349.095.6461.76
HexA3989A0762415d63e
Octal24323023207644535676
Binary1010001110011000100110100111110100100101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3989A; }

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

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

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

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

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

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

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

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