#A67595

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

Shades of Bouquet #A67595

Tints of Bouquet #A67595

Color information

#A67595 (or 0xA67595) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 95. RGB value is (166,117,149). Sum of RGB (Red+Green+Blue) = 166+117+149=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A67595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67595 is #598A6A. Grayscale: #878787. Windows color (decimal): -5868139 or 9794982. OLE color: 9794982.

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

Color convert

RGB166117149-
CMYK00.300.100.35
HSL320.82º21.59%55.49%-
HSV(B)320.82º29.52%65.1%-
XYZ27.512331.42-
YUV135.3135.73149.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=38.43%
G=27.08%
B=34.49%

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
Decimal16611714900.300.100.35320.8221.5955.49
HexA6759501EA231411637
Octal24616522503612435012667
Binary10100110111010110010101011110101010001110100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67595; }

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

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

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

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

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

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

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

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