#A67094

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

Shades of Bouquet #A67094

Tints of Bouquet #A67094

Color information

#A67094 (or 0xA67094) is unknown color: approx Bouquet. HEX triplet: A6, 70 and 94. RGB value is (166,112,148). Sum of RGB (Red+Green+Blue) = 166+112+148=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A67094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67094 is #598F6B. Grayscale: #848484. Windows color (decimal): -5869420 or 9728166. OLE color: 9728166.

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

Color convert

RGB166112148-
CMYK00.330.110.35
HSL320º23.28%54.51%-
HSV(B)320º32.53%65.1%-
XYZ26.8721.8330.82-
YUV132.25136.89152.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=38.97%
G=26.29%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611214800.330.110.3532023.2854.51
HexA67094021B231401737
Octal24616022404113435002767
Binary101001101110000100101000100001101110001110100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67094; }

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

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

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

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

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

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

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

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