#A29495

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

Shades of Shady Lady #A29495

Tints of Shady Lady #A29495

Color information

#A29495 (or 0xA29495) is unknown color: approx Shady Lady. HEX triplet: A2, 94 and 95. RGB value is (162,148,149). Sum of RGB (Red+Green+Blue) = 162+148+149=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29495 is #5D6B6A. Grayscale: #989898. Windows color (decimal): -6122347 or 9802914. OLE color: 9802914.

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

Color convert

RGB162148149-
CMYK00.090.080.36
HSL355.71º7%60.78%-
HSV(B)355.71º8.64%63.53%-
XYZ30.9231.0332.79-
YUV152.3126.14134.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=35.29%
G=32.24%
B=32.46%

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
Decimal16214814900.090.080.36355.71760.78
HexA294950982416473d
Octal2422242250111044544775
Binary101000101001010010010101010011000100100101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29495; }

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

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

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

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

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

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

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

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