#A2899D

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

Shades of Bouquet #A2899D

Tints of Bouquet #A2899D

Color information

#A2899D (or 0xA2899D) is unknown color: approx Bouquet. HEX triplet: A2, 89 and 9D. RGB value is (162,137,157). Sum of RGB (Red+Green+Blue) = 162+137+157=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A2899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2899D is #5D7662. Grayscale: #929292. Windows color (decimal): -6125155 or 10324386. OLE color: 10324386.

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

Color convert

RGB162137157-
CMYK00.150.030.36
HSL312º11.85%58.63%-
HSV(B)312º15.43%63.53%-
XYZ29.9328.0135.73-
YUV146.76133.78138.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=35.53%
G=30.04%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213715700.150.030.3631211.8558.63
HexA2899D0F324138c3b
Octal2422112350173444701473
Binary10100010100010011001110101111111001001001110001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2899D; }

 p { color: rgb(162,137,157); }

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

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

 a { background-color: rgb(162,137,157); }

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

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

 span { border-color: rgb(162,137,157); }

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