#A29395

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

Shades of Shady Lady #A29395

Tints of Shady Lady #A29395

Color information

#A29395 (or 0xA29395) is unknown color: approx Shady Lady. HEX triplet: A2, 93 and 95. RGB value is (162,147,149). Sum of RGB (Red+Green+Blue) = 162+147+149=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29395 is #5D6C6A. Grayscale: #979797. Windows color (decimal): -6122603 or 9802658. OLE color: 9802658.

HSL color Cylindrical-coordinate representation of color #A29395: hue angle of 352º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29395 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB162147149-
CMYK00.090.080.36
HSL352º7.46%60.59%-
HSV(B)352º9.26%63.53%-
XYZ30.7630.7232.74-
YUV151.71126.47135.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=35.37%
G=32.10%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214714900.090.080.363527.4660.59
HexA293950982416073d
Octal2422232250111044540775
Binary101000101001001110010101010011000100100101100000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29395; }

 p { color: rgb(162,147,149); }

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

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

 a { background-color: rgb(162,147,149); }

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

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

 span { border-color: rgb(162,147,149); }

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