#A2969D

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

Shades of Shady Lady #A2969D

Tints of Shady Lady #A2969D

Color information

#A2969D (or 0xA2969D) is unknown color: approx Shady Lady. HEX triplet: A2, 96 and 9D. RGB value is (162,150,157). Sum of RGB (Red+Green+Blue) = 162+150+157=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2969D is #5D6962. Grayscale: #9A9A9A. Windows color (decimal): -6121827 or 10327714. OLE color: 10327714.

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

Color convert

RGB162150157-
CMYK00.070.030.36
HSL325º6.06%61.18%-
HSV(B)325º7.41%63.53%-
XYZ31.8931.9336.38-
YUV154.39129.48133.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=34.54%
G=31.98%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215015700.070.030.363256.0661.18
HexA2969D0732414563d
Octal24222623507344505675
Binary101000101001011010011101011111100100101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2969D; }

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

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

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

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

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

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

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

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