#A27499

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

Shades of Bouquet #A27499

Tints of Bouquet #A27499

Color information

#A27499 (or 0xA27499) is unknown color: approx Bouquet. HEX triplet: A2, 74 and 99. RGB value is (162,116,153). Sum of RGB (Red+Green+Blue) = 162+116+153=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27499 is #5D8B66. Grayscale: #858585. Windows color (decimal): -6130535 or 10056866. OLE color: 10056866.

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

Color convert

RGB162116153-
CMYK00.280.060.36
HSL311.74º19.83%54.51%-
HSV(B)311.74º28.4%63.53%-
XYZ26.922.4733.06-
YUV133.97138.74147.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=37.59%
G=26.91%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211615300.280.060.36311.7419.8354.51
HexA2749901C6241381437
Octal2421642310346444702467
Binary1010001011101001001100101110011010010010011100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27499; }

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

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

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

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

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

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

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

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