#A67394

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

Shades of Bouquet #A67394

Tints of Bouquet #A67394

Color information

#A67394 (or 0xA67394) is unknown color: approx Bouquet. HEX triplet: A6, 73 and 94. RGB value is (166,115,148). Sum of RGB (Red+Green+Blue) = 166+115+148=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A67394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67394 is #598C6B. Grayscale: #858585. Windows color (decimal): -5868652 or 9728934. OLE color: 9728934.

HSL color Cylindrical-coordinate representation of color #A67394: hue angle of 321.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67394 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB166115148-
CMYK00.310.110.35
HSL321.18º22.27%55.1%-
HSV(B)321.18º30.72%65.1%-
XYZ27.222.5130.93-
YUV134.01135.9150.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=38.69%
G=26.81%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611514800.310.110.35321.1822.2755.1
HexA6739401FB231411637
Octal24616322403713435012667
Binary10100110111001110010100011111101110001110100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67394; }

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

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

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

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

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

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

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

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