#A38992

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

Shades of Shady Lady #A38992

Tints of Shady Lady #A38992

Color information

#A38992 (or 0xA38992) is unknown color: approx Shady Lady. HEX triplet: A3, 89 and 92. RGB value is (163,137,146). Sum of RGB (Red+Green+Blue) = 163+137+146=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A38992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38992 is #5C766D. Grayscale: #919191. Windows color (decimal): -6059630 or 9603491. OLE color: 9603491.

HSL color Cylindrical-coordinate representation of color #A38992: hue angle of 339.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A38992 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163137146-
CMYK00.160.100.36
HSL339.23º12.38%58.82%-
HSV(B)339.23º15.95%63.92%-
XYZ29.2427.7531.01-
YUV145.8128.11140.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=36.55%
G=30.72%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313714600.160.100.36339.2312.3858.82
HexA38992010A24153c3b
Octal24321122202012445231473
Binary10100011100010011001001001000010101001001010100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38992; }

 p { color: rgb(163,137,146); }

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

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

 a { background-color: rgb(163,137,146); }

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

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

 span { border-color: rgb(163,137,146); }

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