#A8889D

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

Shades of Bouquet #A8889D

Tints of Bouquet #A8889D

Color information

#A8889D (or 0xA8889D) is unknown color: approx Bouquet. HEX triplet: A8, 88 and 9D. RGB value is (168,136,157). Sum of RGB (Red+Green+Blue) = 168+136+157=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8889D is #577762. Grayscale: #939393. Windows color (decimal): -5732195 or 10324136. OLE color: 10324136.

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

Color convert

RGB168136157-
CMYK00.190.070.34
HSL320.62º15.53%59.61%-
HSV(B)320.62º19.05%65.88%-
XYZ31.0428.3735.74-
YUV147.96133.1142.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=36.44%
G=29.50%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813615700.190.070.34320.6215.5359.61
HexA8889D013722141103c
Octal2502102350237425012074
Binary10101000100010001001110101001111110001010100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8889D; }

 p { color: rgb(168,136,157); }

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

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

 a { background-color: rgb(168,136,157); }

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

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

 span { border-color: rgb(168,136,157); }

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