#A991A0

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

Shades of Bouquet #A991A0

Tints of Bouquet #A991A0

Color information

#A991A0 (or 0xA991A0) is unknown color: approx Bouquet. HEX triplet: A9, 91 and A0. RGB value is (169,145,160). Sum of RGB (Red+Green+Blue) = 169+145+160=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A991A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991A0 is #566E5F. Grayscale: #999999. Windows color (decimal): -5664352 or 10523049. OLE color: 10523049.

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

Color convert

RGB169145160-
CMYK00.140.050.34
HSL322.5º12.24%61.57%-
HSV(B)322.5º14.2%66.27%-
XYZ32.8331.2237.55-
YUV153.89131.45138.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=35.65%
G=30.59%
B=33.76%

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
Decimal16914516000.140.050.34322.512.2461.57
HexA991A00E522142c3e
Octal2512212400165425021476
Binary101010011001000110100000011101011000101010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991A0; }

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

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

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

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

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

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

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

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