#A68494

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

Shades of Bouquet #A68494

Tints of Bouquet #A68494

Color information

#A68494 (or 0xA68494) is unknown color: approx Bouquet. HEX triplet: A6, 84 and 94. RGB value is (166,132,148). Sum of RGB (Red+Green+Blue) = 166+132+148=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68494 is #597B6B. Grayscale: #8F8F8F. Windows color (decimal): -5864300 or 9733286. OLE color: 9733286.

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

Color convert

RGB166132148-
CMYK00.200.110.35
HSL331.76º16.04%58.43%-
HSV(B)331.76º20.48%65.1%-
XYZ29.3226.7531.63-
YUV143.99130.26143.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=37.22%
G=29.60%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613214800.200.110.35331.7616.0458.43
HexA68494014B2314c103a
Octal24620422402413435142072
Binary101001101000010010010100010100101110001110100110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68494; }

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

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

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

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

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

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

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

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