#A28993

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

Shades of Shady Lady #A28993

Tints of Shady Lady #A28993

Color information

#A28993 (or 0xA28993) is unknown color: approx Shady Lady. HEX triplet: A2, 89 and 93. RGB value is (162,137,147). Sum of RGB (Red+Green+Blue) = 162+137+147=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28993 is #5D766C. Grayscale: #919191. Windows color (decimal): -6125165 or 9669026. OLE color: 9669026.

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

Color convert

RGB162137147-
CMYK00.150.090.36
HSL336º11.85%58.63%-
HSV(B)336º15.43%63.53%-
XYZ29.1127.6831.41-
YUV145.62128.78139.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=36.32%
G=30.72%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213714700.150.090.3633611.8558.63
HexA289930F924150c3b
Octal24221122301711445201473
Binary1010001010001001100100110111110011001001010100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28993; }

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

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

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

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

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

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

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

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