#A68496

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

Shades of Bouquet #A68496

Tints of Bouquet #A68496

Color information

#A68496 (or 0xA68496) is unknown color: approx Bouquet. HEX triplet: A6, 84 and 96. RGB value is (166,132,150). Sum of RGB (Red+Green+Blue) = 166+132+150=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A68496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68496 is #597B69. Grayscale: #909090. Windows color (decimal): -5864298 or 9864358. OLE color: 9864358.

HSL color Cylindrical-coordinate representation of color #A68496: hue angle of 328.24º 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 #A68496 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166132150-
CMYK00.200.100.35
HSL328.24º16.04%58.43%-
HSV(B)328.24º20.48%65.1%-
XYZ29.4826.8132.48-
YUV144.22131.26143.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=37.05%
G=29.46%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613215000.200.100.35328.2416.0458.43
HexA68496014A23148103a
Octal24620422602412435102072
Binary101001101000010010010110010100101010001110100100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68496; }

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

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

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

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

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

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

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

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