#A86796

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

Shades of Bouquet #A86796

Tints of Bouquet #A86796

Color information

#A86796 (or 0xA86796) is unknown color: approx Bouquet. HEX triplet: A8, 67 and 96. RGB value is (168,103,150). Sum of RGB (Red+Green+Blue) = 168+103+150=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A86796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86796 is #579869. Grayscale: #7F7F7F. Windows color (decimal): -5740650 or 9856936. OLE color: 9856936.

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

Color convert

RGB168103150-
CMYK00.390.110.34
HSL316.62º27.2%53.14%-
HSV(B)316.62º38.69%65.88%-
XYZ26.520.2331.36-
YUV127.79140.53156.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=39.90%
G=24.47%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810315000.390.110.34316.6227.253.14
HexA86796027B2213d1b35
Octal25014722604713424753365
Binary101010001100111100101100100111101110001010011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86796; }

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

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

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

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

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

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

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

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