#A68497

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

Shades of Bouquet #A68497

Tints of Bouquet #A68497

Color information

#A68497 (or 0xA68497) is unknown color: approx Bouquet. HEX triplet: A6, 84 and 97. RGB value is (166,132,151). Sum of RGB (Red+Green+Blue) = 166+132+151=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68497 is #597B68. Grayscale: #909090. Windows color (decimal): -5864297 or 9929894. OLE color: 9929894.

HSL color Cylindrical-coordinate representation of color #A68497: hue angle of 326.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68497 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166132151-
CMYK00.200.090.35
HSL326.47º16.04%58.43%-
HSV(B)326.47º20.48%65.1%-
XYZ29.5626.8432.9-
YUV144.33131.76143.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=36.97%
G=29.40%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613215100.200.090.35326.4716.0458.43
HexA68497014923146103a
Octal24620422702411435062072
Binary101001101000010010010111010100100110001110100011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68497; }

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

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

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

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

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

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

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

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