#A29496

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

Shades of Shady Lady #A29496

Tints of Shady Lady #A29496

Color information

#A29496 (or 0xA29496) is unknown color: approx Shady Lady. HEX triplet: A2, 94 and 96. RGB value is (162,148,150). Sum of RGB (Red+Green+Blue) = 162+148+150=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29496 is #5D6B69. Grayscale: #989898. Windows color (decimal): -6122346 or 9868450. OLE color: 9868450.

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

Color convert

RGB162148150-
CMYK00.090.070.36
HSL351.43º7%60.78%-
HSV(B)351.43º8.64%63.53%-
XYZ3131.0633.22-
YUV152.41126.64134.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 150 (58.98% from 255) = 32.61%
R=35.22%
G=32.17%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214815000.090.070.36351.43760.78
HexA294960972415f73d
Octal242224226011744537775
Binary10100010100101001001011001001111100100101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29496; }

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

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

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

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

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

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

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

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