#A86D97

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

Shades of Bouquet #A86D97

Tints of Bouquet #A86D97

Color information

#A86D97 (or 0xA86D97) is unknown color: approx Bouquet. HEX triplet: A8, 6D and 97. RGB value is (168,109,151). Sum of RGB (Red+Green+Blue) = 168+109+151=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D97 is #579268. Grayscale: #838383. Windows color (decimal): -5739113 or 9924008. OLE color: 9924008.

HSL color Cylindrical-coordinate representation of color #A86D97: hue angle of 317.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D97 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB168109151-
CMYK00.350.100.34
HSL317.29º25.32%54.31%-
HSV(B)317.29º35.12%65.88%-
XYZ27.221.531.99-
YUV131.43139.05154.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=39.25%
G=25.47%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810915100.350.100.34317.2925.3254.31
HexA86D97023A2213d1936
Octal25015522704312424753166
Binary101010001101101100101110100011101010001010011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D97; }

 p { color: rgb(168,109,151); }

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

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

 a { background-color: rgb(168,109,151); }

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

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

 span { border-color: rgb(168,109,151); }

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