#A27796

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

Shades of Bouquet #A27796

Tints of Bouquet #A27796

Color information

#A27796 (or 0xA27796) is unknown color: approx Bouquet. HEX triplet: A2, 77 and 96. RGB value is (162,119,150). Sum of RGB (Red+Green+Blue) = 162+119+150=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27796 is #5D8869. Grayscale: #878787. Windows color (decimal): -6129770 or 9861026. OLE color: 9861026.

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

Color convert

RGB162119150-
CMYK00.270.070.36
HSL316.74º18.78%55.1%-
HSV(B)316.74º26.54%63.53%-
XYZ2723.0831.89-
YUV135.39136.25146.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=37.59%
G=27.61%
B=34.80%

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
Decimal16211915000.270.070.36316.7418.7855.1
HexA2779601B72413d1337
Octal2421672260337444752367
Binary1010001011101111001011001101111110010010011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27796; }

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

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

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

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

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

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

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

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