#A3889B

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

Shades of Bouquet #A3889B

Tints of Bouquet #A3889B

Color information

#A3889B (or 0xA3889B) is unknown color: approx Bouquet. HEX triplet: A3, 88 and 9B. RGB value is (163,136,155). Sum of RGB (Red+Green+Blue) = 163+136+155=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A3889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3889B is #5C7764. Grayscale: #929292. Windows color (decimal): -6059877 or 10193059. OLE color: 10193059.

HSL color Cylindrical-coordinate representation of color #A3889B: hue angle of 317.78º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3889B is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB163136155-
CMYK00.170.050.36
HSL317.78º12.8%58.63%-
HSV(B)317.78º16.56%63.92%-
XYZ29.8227.7634.8-
YUV146.24132.95139.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=35.90%
G=29.96%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313615500.170.050.36317.7812.858.63
HexA3889B01152413ed3b
Octal2432102330215444761573
Binary1010001110001000100110110100011011001001001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3889B; }

 p { color: rgb(163,136,155); }

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

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

 a { background-color: rgb(163,136,155); }

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

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

 span { border-color: rgb(163,136,155); }

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