#A3899E

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

Shades of Bouquet #A3899E

Tints of Bouquet #A3899E

Color information

#A3899E (or 0xA3899E) is unknown color: approx Bouquet. HEX triplet: A3, 89 and 9E. RGB value is (163,137,158). Sum of RGB (Red+Green+Blue) = 163+137+158=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A3899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3899E is #5C7661. Grayscale: #939393. Windows color (decimal): -6059618 or 10389923. OLE color: 10389923.

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

Color convert

RGB163137158-
CMYK00.160.030.36
HSL311.54º12.38%58.82%-
HSV(B)311.54º15.95%63.92%-
XYZ30.2228.1536.19-
YUV147.17134.11139.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=35.59%
G=29.91%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313715800.160.030.36311.5412.3858.82
HexA3899E010324138c3b
Octal2432112360203444701473
Binary101000111000100110011110010000111001001001110001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3899E; }

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

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

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

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

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

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

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

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