#A67596

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

Shades of Bouquet #A67596

Tints of Bouquet #A67596

Color information

#A67596 (or 0xA67596) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 96. RGB value is (166,117,150). Sum of RGB (Red+Green+Blue) = 166+117+150=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A67596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67596 is #598A69. Grayscale: #878787. Windows color (decimal): -5868138 or 9860518. OLE color: 9860518.

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

Color convert

RGB166117150-
CMYK00.300.100.35
HSL319.59º21.59%55.49%-
HSV(B)319.59º29.52%65.1%-
XYZ27.5923.0331.85-
YUV135.41136.23149.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=38.34%
G=27.02%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611715000.300.100.35319.5921.5955.49
HexA6759601EA231401637
Octal24616522603612435002667
Binary10100110111010110010110011110101010001110100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67596; }

 p { color: rgb(166,117,150); }

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

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

 a { background-color: rgb(166,117,150); }

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

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

 span { border-color: rgb(166,117,150); }

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