#A67095

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

Shades of Bouquet #A67095

Tints of Bouquet #A67095

Color information

#A67095 (or 0xA67095) is unknown color: approx Bouquet. HEX triplet: A6, 70 and 95. RGB value is (166,112,149). Sum of RGB (Red+Green+Blue) = 166+112+149=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67095 is #598F6A. Grayscale: #848484. Windows color (decimal): -5869419 or 9793702. OLE color: 9793702.

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

Color convert

RGB166112149-
CMYK00.330.100.35
HSL318.89º23.28%54.51%-
HSV(B)318.89º32.53%65.1%-
XYZ26.9421.8731.23-
YUV132.36137.39151.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=38.88%
G=26.23%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611214900.330.100.35318.8923.2854.51
HexA67095021A2313f1737
Octal24616022504112434772767
Binary101001101110000100101010100001101010001110011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67095; }

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

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

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

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

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

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

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

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