#A3889E

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

Shades of Bouquet #A3889E

Tints of Bouquet #A3889E

Color information

#A3889E (or 0xA3889E) is unknown color: approx Bouquet. HEX triplet: A3, 88 and 9E. RGB value is (163,136,158). Sum of RGB (Red+Green+Blue) = 163+136+158=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3889E is #5C7761. Grayscale: #929292. Windows color (decimal): -6059874 or 10389667. OLE color: 10389667.

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

Color convert

RGB163136158-
CMYK00.170.030.36
HSL311.11º12.8%58.63%-
HSV(B)311.11º16.56%63.92%-
XYZ30.0827.8636.14-
YUV146.58134.45139.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=35.67%
G=29.76%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313615800.170.030.36311.1112.858.63
HexA3889E011324137d3b
Octal2432102360213444671573
Binary101000111000100010011110010001111001001001101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3889E; }

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

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

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

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

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

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

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

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