#A97396

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

Shades of Bouquet #A97396

Tints of Bouquet #A97396

Color information

#A97396 (or 0xA97396) is unknown color: approx Bouquet. HEX triplet: A9, 73 and 96. RGB value is (169,115,150). Sum of RGB (Red+Green+Blue) = 169+115+150=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A97396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97396 is #568C69. Grayscale: #878787. Windows color (decimal): -5672042 or 9860009. OLE color: 9860009.

HSL color Cylindrical-coordinate representation of color #A97396: hue angle of 321.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97396 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169115150-
CMYK00.320.110.34
HSL321.11º23.89%55.69%-
HSV(B)321.11º31.95%66.27%-
XYZ2822.931.8-
YUV135.14136.39152.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=38.94%
G=26.50%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911515000.320.110.34321.1123.8955.69
HexA97396020B221411838
Octal25116322604013425013070
Binary101010011110011100101100100000101110001010100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97396; }

 p { color: rgb(169,115,150); }

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

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

 a { background-color: rgb(169,115,150); }

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

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

 span { border-color: rgb(169,115,150); }

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