#A87D90

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

Shades of Bouquet #A87D90

Tints of Bouquet #A87D90

Color information

#A87D90 (or 0xA87D90) is unknown color: approx Bouquet. HEX triplet: A8, 7D and 90. RGB value is (168,125,144). Sum of RGB (Red+Green+Blue) = 168+125+144=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D90 is #57826F. Grayscale: #8B8B8B. Windows color (decimal): -5735024 or 9469352. OLE color: 9469352.

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

Color convert

RGB168125144-
CMYK00.260.140.34
HSL333.49º19.82%57.45%-
HSV(B)333.49º25.6%65.88%-
XYZ28.5225.0129.71-
YUV140.02130.25147.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=38.44%
G=28.60%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812514400.260.140.34333.4919.8257.45
HexA87D9001AE2214d1439
Octal25017522003216425152471
Binary10101000111110110010000011010111010001010100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D90; }

 p { color: rgb(168,125,144); }

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

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

 a { background-color: rgb(168,125,144); }

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

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

 span { border-color: rgb(168,125,144); }

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