#A86896

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

Shades of Bouquet #A86896

Tints of Bouquet #A86896

Color information

#A86896 (or 0xA86896) is unknown color: approx Bouquet. HEX triplet: A8, 68 and 96. RGB value is (168,104,150). Sum of RGB (Red+Green+Blue) = 168+104+150=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A86896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86896 is #579769. Grayscale: #808080. Windows color (decimal): -5740394 or 9857192. OLE color: 9857192.

HSL color Cylindrical-coordinate representation of color #A86896: hue angle of 316.88º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86896 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB168104150-
CMYK00.380.110.34
HSL316.88º26.89%53.33%-
HSV(B)316.88º38.1%65.88%-
XYZ26.620.4331.39-
YUV128.38140.2156.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=39.81%
G=24.64%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810415000.380.110.34316.8826.8953.33
HexA86896026B2213d1b35
Octal25015022604613424753365
Binary101010001101000100101100100110101110001010011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86896; }

 p { color: rgb(168,104,150); }

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

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

 a { background-color: rgb(168,104,150); }

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

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

 span { border-color: rgb(168,104,150); }

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