#A67199

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

Shades of Bouquet #A67199

Tints of Bouquet #A67199

Color information

#A67199 (or 0xA67199) is unknown color: approx Bouquet. HEX triplet: A6, 71 and 99. RGB value is (166,113,153). Sum of RGB (Red+Green+Blue) = 166+113+153=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A67199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67199 is #598E66. Grayscale: #858585. Windows color (decimal): -5869159 or 10056102. OLE color: 10056102.

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

Color convert

RGB166113153-
CMYK00.320.080.35
HSL314.72º22.94%54.71%-
HSV(B)314.72º31.93%65.1%-
XYZ27.3822.2232.98-
YUV133.41139.06151.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=38.43%
G=26.16%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611315300.320.080.35314.7222.9454.71
HexA6719902082313b1737
Octal24616123104010434732767
Binary101001101110001100110010100000100010001110011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67199; }

 p { color: rgb(166,113,153); }

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

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

 a { background-color: rgb(166,113,153); }

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

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

 span { border-color: rgb(166,113,153); }

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