#A29197

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

Shades of Shady Lady #A29197

Tints of Shady Lady #A29197

Color information

#A29197 (or 0xA29197) is unknown color: approx Shady Lady. HEX triplet: A2, 91 and 97. RGB value is (162,145,151). Sum of RGB (Red+Green+Blue) = 162+145+151=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29197 is #5D6E68. Grayscale: #969696. Windows color (decimal): -6123113 or 9933218. OLE color: 9933218.

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

Color convert

RGB162145151-
CMYK00.100.070.36
HSL338.82º8.37%60.2%-
HSV(B)338.82º10.49%63.53%-
XYZ30.6130.1733.49-
YUV150.77128.13136.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=35.37%
G=31.66%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214515100.100.070.36338.828.3760.2
HexA291970A72415383c
Octal2422212270127445231074
Binary101000101001000110010111010101111001001010100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29197; }

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

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

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

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

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

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

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

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