#A27396

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

Shades of Bouquet #A27396

Tints of Bouquet #A27396

Color information

#A27396 (or 0xA27396) is unknown color: approx Bouquet. HEX triplet: A2, 73 and 96. RGB value is (162,115,150). Sum of RGB (Red+Green+Blue) = 162+115+150=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27396 is #5D8C69. Grayscale: #848484. Windows color (decimal): -6130794 or 9860002. OLE color: 9860002.

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

Color convert

RGB162115150-
CMYK00.290.070.36
HSL315.32º20.17%54.31%-
HSV(B)315.32º29.01%63.53%-
XYZ26.5422.1431.73-
YUV133.04137.57148.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=37.94%
G=26.93%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211515000.290.070.36315.3220.1754.31
HexA2739601D72413b1436
Octal2421632260357444732466
Binary1010001011100111001011001110111110010010011101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27396; }

 p { color: rgb(162,115,150); }

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

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

 a { background-color: rgb(162,115,150); }

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

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

 span { border-color: rgb(162,115,150); }

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