#A67099

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

Shades of Bouquet #A67099

Tints of Bouquet #A67099

Color information

#A67099 (or 0xA67099) is unknown color: approx Bouquet. HEX triplet: A6, 70 and 99. RGB value is (166,112,153). Sum of RGB (Red+Green+Blue) = 166+112+153=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67099 is #598F66. Grayscale: #848484. Windows color (decimal): -5869415 or 10055846. OLE color: 10055846.

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

Color convert

RGB166112153-
CMYK00.330.080.35
HSL314.44º23.28%54.51%-
HSV(B)314.44º32.53%65.1%-
XYZ27.272232.95-
YUV132.82139.39151.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=38.52%
G=25.99%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611215300.330.080.35314.4423.2854.51
HexA6709902182313a1737
Octal24616023104110434722767
Binary101001101110000100110010100001100010001110011101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67099; }

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

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

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

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

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

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

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

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