#A67397

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

Shades of Bouquet #A67397

Tints of Bouquet #A67397

Color information

#A67397 (or 0xA67397) is unknown color: approx Bouquet. HEX triplet: A6, 73 and 97. RGB value is (166,115,151). Sum of RGB (Red+Green+Blue) = 166+115+151=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A67397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67397 is #598C68. Grayscale: #868686. Windows color (decimal): -5868649 or 9925542. OLE color: 9925542.

HSL color Cylindrical-coordinate representation of color #A67397: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67397 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166115151-
CMYK00.310.090.35
HSL317.65º22.27%55.1%-
HSV(B)317.65º30.72%65.1%-
XYZ27.4422.632.19-
YUV134.35137.4150.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=38.43%
G=26.62%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611515100.310.090.35317.6522.2755.1
HexA6739701F92313e1637
Octal24616322703711434762667
Binary10100110111001110010111011111100110001110011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67397; }

 p { color: rgb(166,115,151); }

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

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

 a { background-color: rgb(166,115,151); }

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

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

 span { border-color: rgb(166,115,151); }

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