#A986A1

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

Shades of Bouquet #A986A1

Tints of Bouquet #A986A1

Color information

#A986A1 (or 0xA986A1) is unknown color: approx Bouquet. HEX triplet: A9, 86 and A1. RGB value is (169,134,161). Sum of RGB (Red+Green+Blue) = 169+134+161=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A986A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986A1 is #56795E. Grayscale: #939393. Windows color (decimal): -5667167 or 10585769. OLE color: 10585769.

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

Color convert

RGB169134161-
CMYK00.210.050.34
HSL313.71º16.91%59.41%-
HSV(B)313.71º20.71%66.27%-
XYZ31.3228.0637.48-
YUV147.54135.6143.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=36.42%
G=28.88%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913416100.210.050.34313.7116.9159.41
HexA986A101552213a113b
Octal2512062410255424722173
Binary10101001100001101010000101010110110001010011101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986A1; }

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

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

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

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

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

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

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

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