#A991A1

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

Shades of Bouquet #A991A1

Tints of Bouquet #A991A1

Color information

#A991A1 (or 0xA991A1) is unknown color: approx Bouquet. HEX triplet: A9, 91 and A1. RGB value is (169,145,161). Sum of RGB (Red+Green+Blue) = 169+145+161=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A991A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991A1 is #566E5E. Grayscale: #999999. Windows color (decimal): -5664351 or 10588585. OLE color: 10588585.

HSL color Cylindrical-coordinate representation of color #A991A1: hue angle of 320º 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 #A991A1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169145161-
CMYK00.140.050.34
HSL320º12.24%61.57%-
HSV(B)320º14.2%66.27%-
XYZ32.9231.2638.02-
YUV154131.95138.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=35.58%
G=30.53%
B=33.89%

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
Decimal16914516100.140.050.3432012.2461.57
HexA991A10E522140c3e
Octal2512212410165425001476
Binary101010011001000110100001011101011000101010000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991A1; }

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

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

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

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

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

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

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

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