#A07A96

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

Shades of Bouquet #A07A96

Tints of Bouquet #A07A96

Color information

#A07A96 (or 0xA07A96) is unknown color: approx Bouquet. HEX triplet: A0, 7A and 96. RGB value is (160,122,150). Sum of RGB (Red+Green+Blue) = 160+122+150=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A96 is #5F8569. Grayscale: #888888. Windows color (decimal): -6260074 or 9861792. OLE color: 9861792.

HSL color Cylindrical-coordinate representation of color #A07A96: hue angle of 315.79º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A96 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB160122150-
CMYK00.240.060.37
HSL315.79º16.67%55.29%-
HSV(B)315.79º23.75%62.75%-
XYZ26.9623.5931.99-
YUV136.55135.59144.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=37.04%
G=28.24%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012215000.240.060.37315.7916.6755.29
HexA07A9601862513c1137
Octal2401722260306454742167
Binary1010000011110101001011001100011010010110011110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A96; }

 p { color: rgb(160,122,150); }

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

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

 a { background-color: rgb(160,122,150); }

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

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

 span { border-color: rgb(160,122,150); }

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