#A87892

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

Shades of Bouquet #A87892

Tints of Bouquet #A87892

Color information

#A87892 (or 0xA87892) is unknown color: approx Bouquet. HEX triplet: A8, 78 and 92. RGB value is (168,120,146). Sum of RGB (Red+Green+Blue) = 168+120+146=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87892 is #57876D. Grayscale: #898989. Windows color (decimal): -5736302 or 9599144. OLE color: 9599144.

HSL color Cylindrical-coordinate representation of color #A87892: hue angle of 327.5º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87892 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168120146-
CMYK00.290.130.34
HSL327.5º21.62%56.47%-
HSV(B)327.5º28.57%65.88%-
XYZ28.0523.8330.32-
YUV137.32132.9149.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=38.71%
G=27.65%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812014600.290.130.34327.521.6256.47
HexA8789201DD221481638
Octal25017022203515425102670
Binary10101000111100010010010011101110110001010100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87892; }

 p { color: rgb(168,120,146); }

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

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

 a { background-color: rgb(168,120,146); }

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

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

 span { border-color: rgb(168,120,146); }

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