#A2889A

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

Shades of Bouquet #A2889A

Tints of Bouquet #A2889A

Color information

#A2889A (or 0xA2889A) is unknown color: approx Bouquet. HEX triplet: A2, 88 and 9A. RGB value is (162,136,154). Sum of RGB (Red+Green+Blue) = 162+136+154=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2889A is #5D7765. Grayscale: #919191. Windows color (decimal): -6125414 or 10127522. OLE color: 10127522.

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

Color convert

RGB162136154-
CMYK00.160.050.36
HSL318.46º12.26%58.43%-
HSV(B)318.46º16.05%63.53%-
XYZ29.5427.6234.35-
YUV145.83132.61139.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=35.84%
G=30.09%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213615400.160.050.36318.4612.2658.43
HexA2889A01052413ec3a
Octal2422102320205444761472
Binary1010001010001000100110100100001011001001001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2889A; }

 p { color: rgb(162,136,154); }

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

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

 a { background-color: rgb(162,136,154); }

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

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

 span { border-color: rgb(162,136,154); }

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