#A29199

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

Shades of Shady Lady #A29199

Tints of Shady Lady #A29199

Color information

#A29199 (or 0xA29199) is unknown color: approx Shady Lady. HEX triplet: A2, 91 and 99. RGB value is (162,145,153). Sum of RGB (Red+Green+Blue) = 162+145+153=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29199 is #5D6E66. Grayscale: #969696. Windows color (decimal): -6123111 or 10064290. OLE color: 10064290.

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

Color convert

RGB162145153-
CMYK00.100.060.36
HSL331.76º8.37%60.2%-
HSV(B)331.76º10.49%63.53%-
XYZ30.7830.2334.35-
YUV151129.13135.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=35.22%
G=31.52%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214515300.100.060.36331.768.3760.2
HexA291990A62414c83c
Octal2422212310126445141074
Binary101000101001000110011001010101101001001010011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29199; }

 p { color: rgb(162,145,153); }

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

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

 a { background-color: rgb(162,145,153); }

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

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

 span { border-color: rgb(162,145,153); }

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