#A992A0

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

Shades of Shady Lady #A992A0

Tints of Shady Lady #A992A0

Color information

#A992A0 (or 0xA992A0) is unknown color: approx Shady Lady. HEX triplet: A9, 92 and A0. RGB value is (169,146,160). Sum of RGB (Red+Green+Blue) = 169+146+160=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A0 is #566D5F. Grayscale: #9A9A9A. Windows color (decimal): -5664096 or 10523305. OLE color: 10523305.

HSL color Cylindrical-coordinate representation of color #A992A0: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A992A0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169146160-
CMYK00.140.050.34
HSL323.48º11.79%61.76%-
HSV(B)323.48º13.61%66.27%-
XYZ32.9931.5337.61-
YUV154.47131.12138.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=35.58%
G=30.74%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914616000.140.050.34323.4811.7961.76
HexA992A00E522143c3e
Octal2512222400165425031476
Binary101010011001001010100000011101011000101010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992A0; }

 p { color: rgb(169,146,160); }

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

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

 a { background-color: rgb(169,146,160); }

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

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

 span { border-color: rgb(169,146,160); }

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