#A67C95

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

Shades of Bouquet #A67C95

Tints of Bouquet #A67C95

Color information

#A67C95 (or 0xA67C95) is unknown color: approx Bouquet. HEX triplet: A6, 7C and 95. RGB value is (166,124,149). Sum of RGB (Red+Green+Blue) = 166+124+149=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C95 is #59836A. Grayscale: #8B8B8B. Windows color (decimal): -5866347 or 9796774. OLE color: 9796774.

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

Color convert

RGB166124149-
CMYK00.250.100.35
HSL324.29º19.09%56.86%-
HSV(B)324.29º25.3%65.1%-
XYZ28.3624.6931.71-
YUV139.41133.41146.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=37.81%
G=28.25%
B=33.94%

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
Decimal16612414900.250.100.35324.2919.0956.86
HexA67C95019A231441339
Octal24617422503112435042371
Binary10100110111110010010101011001101010001110100010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C95; }

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

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

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

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

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

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

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

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