#A28890

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

Shades of Shady Lady #A28890

Tints of Shady Lady #A28890

Color information

#A28890 (or 0xA28890) is unknown color: approx Shady Lady. HEX triplet: A2, 88 and 90. RGB value is (162,136,144). Sum of RGB (Red+Green+Blue) = 162+136+144=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A28890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28890 is #5D776F. Grayscale: #909090. Windows color (decimal): -6125424 or 9472162. OLE color: 9472162.

HSL color Cylindrical-coordinate representation of color #A28890: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28890 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162136144-
CMYK00.160.110.36
HSL341.54º12.26%58.43%-
HSV(B)341.54º16.05%63.53%-
XYZ28.7427.330.14-
YUV144.69127.61140.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=36.65%
G=30.77%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213614400.160.110.36341.5412.2658.43
HexA28890010B24156c3a
Octal24221022002013445261472
Binary10100010100010001001000001000010111001001010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28890; }

 p { color: rgb(162,136,144); }

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

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

 a { background-color: rgb(162,136,144); }

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

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

 span { border-color: rgb(162,136,144); }

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