#A27999

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

Shades of Bouquet #A27999

Tints of Bouquet #A27999

Color information

#A27999 (or 0xA27999) is unknown color: approx Bouquet. HEX triplet: A2, 79 and 99. RGB value is (162,121,153). Sum of RGB (Red+Green+Blue) = 162+121+153=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A27999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27999 is #5D8666. Grayscale: #888888. Windows color (decimal): -6129255 or 10058146. OLE color: 10058146.

HSL color Cylindrical-coordinate representation of color #A27999: hue angle of 313.17º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27999 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162121153-
CMYK00.250.060.36
HSL313.17º18.06%55.49%-
HSV(B)313.17º25.31%63.53%-
XYZ27.4923.6633.25-
YUV136.91137.08145.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=37.16%
G=27.75%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212115300.250.060.36313.1718.0655.49
HexA279990196241391237
Octal2421712310316444712267
Binary1010001011110011001100101100111010010010011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27999; }

 p { color: rgb(162,121,153); }

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

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

 a { background-color: rgb(162,121,153); }

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

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

 span { border-color: rgb(162,121,153); }

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