#A87291

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

Shades of Bouquet #A87291

Tints of Bouquet #A87291

Color information

#A87291 (or 0xA87291) is unknown color: approx Bouquet. HEX triplet: A8, 72 and 91. RGB value is (168,114,145). Sum of RGB (Red+Green+Blue) = 168+114+145=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A87291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87291 is #578D6E. Grayscale: #858585. Windows color (decimal): -5737839 or 9532072. OLE color: 9532072.

HSL color Cylindrical-coordinate representation of color #A87291: hue angle of 325.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87291 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168114145-
CMYK00.320.140.34
HSL325.56º23.68%55.29%-
HSV(B)325.56º32.14%65.88%-
XYZ27.2822.429.67-
YUV133.68134.39152.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=39.34%
G=26.70%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811414500.320.140.34325.5623.6855.29
HexA87291020E221461837
Octal25016222104016425063067
Binary101010001110010100100010100000111010001010100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87291; }

 p { color: rgb(168,114,145); }

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

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

 a { background-color: rgb(168,114,145); }

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

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

 span { border-color: rgb(168,114,145); }

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