#A27596

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

Shades of Bouquet #A27596

Tints of Bouquet #A27596

Color information

#A27596 (or 0xA27596) is unknown color: approx Bouquet. HEX triplet: A2, 75 and 96. RGB value is (162,117,150). Sum of RGB (Red+Green+Blue) = 162+117+150=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A27596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27596 is #5D8A69. Grayscale: #868686. Windows color (decimal): -6130282 or 9860514. OLE color: 9860514.

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

Color convert

RGB162117150-
CMYK00.280.070.36
HSL316º19.48%54.71%-
HSV(B)316º27.78%63.53%-
XYZ26.7722.6131.81-
YUV134.22136.91147.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=37.76%
G=27.27%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211715000.280.070.3631619.4854.71
HexA2759601C72413c1337
Octal2421652260347444742367
Binary1010001011101011001011001110011110010010011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27596; }

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

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

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

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

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

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

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

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