#A6829A

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

Shades of Bouquet #A6829A

Tints of Bouquet #A6829A

Color information

#A6829A (or 0xA6829A) is unknown color: approx Bouquet. HEX triplet: A6, 82 and 9A. RGB value is (166,130,154). Sum of RGB (Red+Green+Blue) = 166+130+154=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A6829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6829A is #597D65. Grayscale: #8F8F8F. Windows color (decimal): -5864806 or 10125990. OLE color: 10125990.

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

Color convert

RGB166130154-
CMYK00.220.070.35
HSL320º16.82%58.04%-
HSV(B)320º21.69%65.1%-
XYZ29.5426.4134.11-
YUV143.5133.93144.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=36.89%
G=28.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613015400.220.070.3532016.8258.04
HexA6829A016723140113a
Octal2462022320267435002172
Binary10100110100000101001101001011011110001110100000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6829A; }

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

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

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

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

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

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

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

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