#A67C96

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

Shades of Bouquet #A67C96

Tints of Bouquet #A67C96

Color information

#A67C96 (or 0xA67C96) is unknown color: approx Bouquet. HEX triplet: A6, 7C and 96. RGB value is (166,124,150). Sum of RGB (Red+Green+Blue) = 166+124+150=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C96 is #598369. Grayscale: #8B8B8B. Windows color (decimal): -5866346 or 9862310. OLE color: 9862310.

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

Color convert

RGB166124150-
CMYK00.250.100.35
HSL322.86º19.09%56.86%-
HSV(B)322.86º25.3%65.1%-
XYZ28.4424.7232.13-
YUV139.52133.91146.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=37.73%
G=28.18%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612415000.250.100.35322.8619.0956.86
HexA67C96019A231431339
Octal24617422603112435032371
Binary10100110111110010010110011001101010001110100001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C96; }

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

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

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

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

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

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

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

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