#A27794

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

Shades of Bouquet #A27794

Tints of Bouquet #A27794

Color information

#A27794 (or 0xA27794) is unknown color: approx Bouquet. HEX triplet: A2, 77 and 94. RGB value is (162,119,148). Sum of RGB (Red+Green+Blue) = 162+119+148=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A27794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27794 is #5D886B. Grayscale: #878787. Windows color (decimal): -6129772 or 9729954. OLE color: 9729954.

HSL color Cylindrical-coordinate representation of color #A27794: hue angle of 319.53º 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 #A27794 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162119148-
CMYK00.270.090.36
HSL319.53º18.78%55.1%-
HSV(B)319.53º26.54%63.53%-
XYZ26.8423.0131.04-
YUV135.16135.25147.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=37.76%
G=27.74%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211914800.270.090.36319.5318.7855.1
HexA2779401B9241401337
Octal24216722403311445002367
Binary10100010111011110010100011011100110010010100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27794; }

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

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

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

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

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

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

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

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