#A99BA1

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

Shades of Shady Lady #A99BA1

Tints of Shady Lady #A99BA1

Color information

#A99BA1 (or 0xA99BA1) is unknown color: approx Shady Lady. HEX triplet: A9, 9B and A1. RGB value is (169,155,161). Sum of RGB (Red+Green+Blue) = 169+155+161=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A99BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BA1 is #56645E. Grayscale: #9F9F9F. Windows color (decimal): -5661791 or 10591145. OLE color: 10591145.

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

Color convert

RGB169155161-
CMYK00.080.050.34
HSL334.29º7.53%63.53%-
HSV(B)334.29º8.28%66.27%-
XYZ34.5234.4538.55-
YUV159.87128.64134.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=34.85%
G=31.96%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915516100.080.050.34334.297.5363.53
HexA99BA10852214e840
Octal25123324101054251610100
Binary1010100110011011101000010100010110001010100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BA1; }

 p { color: rgb(169,155,161); }

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

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

 a { background-color: rgb(169,155,161); }

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

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

 span { border-color: rgb(169,155,161); }

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