#A87F8F

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

Shades of Bouquet #A87F8F

Tints of Bouquet #A87F8F

Color information

#A87F8F (or 0xA87F8F) is unknown color: approx Bouquet. HEX triplet: A8, 7F and 8F. RGB value is (168,127,143). Sum of RGB (Red+Green+Blue) = 168+127+143=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F8F is #578070. Grayscale: #8D8D8D. Windows color (decimal): -5734513 or 9404328. OLE color: 9404328.

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

Color convert

RGB168127143-
CMYK00.240.150.34
HSL336.59º19.07%57.84%-
HSV(B)336.59º24.4%65.88%-
XYZ28.725.4929.39-
YUV141.08129.08147.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=38.36%
G=29.00%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812714300.240.150.34336.5919.0757.84
HexA87F8F018F22151133a
Octal25017721703017425212372
Binary10101000111111110001111011000111110001010101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F8F; }

 p { color: rgb(168,127,143); }

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

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

 a { background-color: rgb(168,127,143); }

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

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

 span { border-color: rgb(168,127,143); }

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