#A87692

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

Shades of Bouquet #A87692

Tints of Bouquet #A87692

Color information

#A87692 (or 0xA87692) is unknown color: approx Bouquet. HEX triplet: A8, 76 and 92. RGB value is (168,118,146). Sum of RGB (Red+Green+Blue) = 168+118+146=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A87692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87692 is #57896D. Grayscale: #888888. Windows color (decimal): -5736814 or 9598632. OLE color: 9598632.

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

Color convert

RGB168118146-
CMYK00.300.130.34
HSL326.4º22.32%56.08%-
HSV(B)326.4º29.76%65.88%-
XYZ27.8223.3630.24-
YUV136.14133.56150.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=38.89%
G=27.31%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811814600.300.130.34326.422.3256.08
HexA8769201ED221461638
Octal25016622203615425062670
Binary10101000111011010010010011110110110001010100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87692; }

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

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

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

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

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

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

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

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