#A67499

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

Shades of Bouquet #A67499

Tints of Bouquet #A67499

Color information

#A67499 (or 0xA67499) is unknown color: approx Bouquet. HEX triplet: A6, 74 and 99. RGB value is (166,116,153). Sum of RGB (Red+Green+Blue) = 166+116+153=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A67499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67499 is #598B66. Grayscale: #878787. Windows color (decimal): -5868391 or 10056870. OLE color: 10056870.

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

Color convert

RGB166116153-
CMYK00.300.080.35
HSL315.6º21.93%55.29%-
HSV(B)315.6º30.12%65.1%-
XYZ27.7222.933.1-
YUV135.17138.06149.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=38.16%
G=26.67%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611615300.300.080.35315.621.9355.29
HexA6749901E82313c1637
Octal24616423103610434742667
Binary10100110111010010011001011110100010001110011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67499; }

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

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

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

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

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

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

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

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