#A6849A

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

Shades of Bouquet #A6849A

Tints of Bouquet #A6849A

Color information

#A6849A (or 0xA6849A) is unknown color: approx Bouquet. HEX triplet: A6, 84 and 9A. RGB value is (166,132,154). Sum of RGB (Red+Green+Blue) = 166+132+154=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6849A is #597B65. Grayscale: #909090. Windows color (decimal): -5864294 or 10126502. OLE color: 10126502.

HSL color Cylindrical-coordinate representation of color #A6849A: hue angle of 321.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6849A is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB166132154-
CMYK00.200.070.35
HSL321.18º16.04%58.43%-
HSV(B)321.18º20.48%65.1%-
XYZ29.8126.9434.2-
YUV144.67133.26143.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=36.73%
G=29.20%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613215400.200.070.35321.1816.0458.43
HexA6849A014723141103a
Octal2462042320247435012072
Binary10100110100001001001101001010011110001110100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6849A; }

 p { color: rgb(166,132,154); }

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

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

 a { background-color: rgb(166,132,154); }

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

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

 span { border-color: rgb(166,132,154); }

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