#A68696

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

Shades of Bouquet #A68696

Tints of Bouquet #A68696

Color information

#A68696 (or 0xA68696) is unknown color: approx Bouquet. HEX triplet: A6, 86 and 96. RGB value is (166,134,150). Sum of RGB (Red+Green+Blue) = 166+134+150=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68696 is #597969. Grayscale: #919191. Windows color (decimal): -5863786 or 9864870. OLE color: 9864870.

HSL color Cylindrical-coordinate representation of color #A68696: hue angle of 330º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68696 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166134150-
CMYK00.190.100.35
HSL330º15.24%58.82%-
HSV(B)330º19.28%65.1%-
XYZ29.7627.3632.57-
YUV145.39130.6142.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=36.89%
G=29.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613415000.190.100.3533015.2458.82
HexA68696013A2314af3b
Octal24620622602312435121773
Binary10100110100001101001011001001110101000111010010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68696; }

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

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

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

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

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

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

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

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