#A27896

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

Shades of Bouquet #A27896

Tints of Bouquet #A27896

Color information

#A27896 (or 0xA27896) is unknown color: approx Bouquet. HEX triplet: A2, 78 and 96. RGB value is (162,120,150). Sum of RGB (Red+Green+Blue) = 162+120+150=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A27896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27896 is #5D8769. Grayscale: #878787. Windows color (decimal): -6129514 or 9861282. OLE color: 9861282.

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

Color convert

RGB162120150-
CMYK00.260.070.36
HSL317.14º18.42%55.29%-
HSV(B)317.14º25.93%63.53%-
XYZ27.1223.3231.93-
YUV135.98135.91146.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=37.5%
G=27.78%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212015000.260.070.36317.1418.4255.29
HexA2789601A72413d1237
Octal2421702260327444752267
Binary1010001011110001001011001101011110010010011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27896; }

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

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

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

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

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

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

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

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