#A986A2

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

Shades of Bouquet #A986A2

Tints of Bouquet #A986A2

Color information

#A986A2 (or 0xA986A2) is unknown color: approx Bouquet. HEX triplet: A9, 86 and A2. RGB value is (169,134,162). Sum of RGB (Red+Green+Blue) = 169+134+162=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A986A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986A2 is #56795D. Grayscale: #939393. Windows color (decimal): -5667166 or 10651305. OLE color: 10651305.

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

Color convert

RGB169134162-
CMYK00.210.040.34
HSL312º16.91%59.41%-
HSV(B)312º20.71%66.27%-
XYZ31.4128.0937.95-
YUV147.66136.1143.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=36.34%
G=28.82%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913416200.210.040.3431216.9159.41
HexA986A2015422138113b
Octal2512062420254424702173
Binary10101001100001101010001001010110010001010011100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986A2; }

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

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

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

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

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

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

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

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