#A27696

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

Shades of Bouquet #A27696

Tints of Bouquet #A27696

Color information

#A27696 (or 0xA27696) is unknown color: approx Bouquet. HEX triplet: A2, 76 and 96. RGB value is (162,118,150). Sum of RGB (Red+Green+Blue) = 162+118+150=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A27696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27696 is #5D8969. Grayscale: #868686. Windows color (decimal): -6130026 or 9860770. OLE color: 9860770.

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

Color convert

RGB162118150-
CMYK00.270.070.36
HSL316.36º19.13%54.9%-
HSV(B)316.36º27.16%63.53%-
XYZ26.8822.8431.85-
YUV134.8136.58147.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=37.67%
G=27.44%
B=34.88%

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
Decimal16211815000.270.070.36316.3619.1354.9
HexA2769601B72413c1337
Octal2421662260337444742367
Binary1010001011101101001011001101111110010010011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27696; }

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

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

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

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

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

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

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

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