#A3889C

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

Shades of Bouquet #A3889C

Tints of Bouquet #A3889C

Color information

#A3889C (or 0xA3889C) is unknown color: approx Bouquet. HEX triplet: A3, 88 and 9C. RGB value is (163,136,156). Sum of RGB (Red+Green+Blue) = 163+136+156=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A3889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3889C is #5C7763. Grayscale: #929292. Windows color (decimal): -6059876 or 10258595. OLE color: 10258595.

HSL color Cylindrical-coordinate representation of color #A3889C: hue angle of 315.56º 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 #A3889C is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163136156-
CMYK00.170.040.36
HSL315.56º12.8%58.63%-
HSV(B)315.56º16.56%63.92%-
XYZ29.9127.835.24-
YUV146.35133.45139.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=35.82%
G=29.89%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313615600.170.040.36315.5612.858.63
HexA3889C01142413cd3b
Octal2432102340214444741573
Binary1010001110001000100111000100011001001001001111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3889C; }

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

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

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

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

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

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

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

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