#A27797

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

Shades of Bouquet #A27797

Tints of Bouquet #A27797

Color information

#A27797 (or 0xA27797) is unknown color: approx Bouquet. HEX triplet: A2, 77 and 97. RGB value is (162,119,151). Sum of RGB (Red+Green+Blue) = 162+119+151=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A27797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27797 is #5D8868. Grayscale: #878787. Windows color (decimal): -6129769 or 9926562. OLE color: 9926562.

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

Color convert

RGB162119151-
CMYK00.270.070.36
HSL315.35º18.78%55.1%-
HSV(B)315.35º26.54%63.53%-
XYZ27.0823.1132.31-
YUV135.5136.75146.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=37.5%
G=27.55%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211915100.270.070.36315.3518.7855.1
HexA2779701B72413b1337
Octal2421672270337444732367
Binary1010001011101111001011101101111110010010011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27797; }

 p { color: rgb(162,119,151); }

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

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

 a { background-color: rgb(162,119,151); }

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

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

 span { border-color: rgb(162,119,151); }

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