#A97392

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

Shades of Bouquet #A97392

Tints of Bouquet #A97392

Color information

#A97392 (or 0xA97392) is unknown color: approx Bouquet. HEX triplet: A9, 73 and 92. RGB value is (169,115,146). Sum of RGB (Red+Green+Blue) = 169+115+146=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A97392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97392 is #568C6D. Grayscale: #868686. Windows color (decimal): -5672046 or 9597865. OLE color: 9597865.

HSL color Cylindrical-coordinate representation of color #A97392: hue angle of 325.56º 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 #A97392 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169115146-
CMYK00.320.140.34
HSL325.56º23.89%55.69%-
HSV(B)325.56º31.95%66.27%-
XYZ27.6822.7730.13-
YUV134.68134.39152.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=39.30%
G=26.74%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911514600.320.140.34325.5623.8955.69
HexA97392020E221461838
Octal25116322204016425063070
Binary101010011110011100100100100000111010001010100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97392; }

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

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

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

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

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

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

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

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