#A68691

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

Shades of Bouquet #A68691

Tints of Bouquet #A68691

Color information

#A68691 (or 0xA68691) is unknown color: approx Bouquet. HEX triplet: A6, 86 and 91. RGB value is (166,134,145). Sum of RGB (Red+Green+Blue) = 166+134+145=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A68691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68691 is #59796E. Grayscale: #909090. Windows color (decimal): -5863791 or 9537190. OLE color: 9537190.

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

Color convert

RGB166134145-
CMYK00.190.130.35
HSL339.38º15.24%58.82%-
HSV(B)339.38º19.28%65.1%-
XYZ29.3627.230.49-
YUV144.82128.1143.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=37.30%
G=30.11%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613414500.190.130.35339.3815.2458.82
HexA68691013D23153f3b
Octal24620622102315435231773
Binary10100110100001101001000101001111011000111010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68691; }

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

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

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

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

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

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

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

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