#A6729B

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

Shades of Bouquet #A6729B

Tints of Bouquet #A6729B

Color information

#A6729B (or 0xA6729B) is unknown color: approx Bouquet. HEX triplet: A6, 72 and 9B. RGB value is (166,114,155). Sum of RGB (Red+Green+Blue) = 166+114+155=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6729B is #598D64. Grayscale: #868686. Windows color (decimal): -5868901 or 10187430. OLE color: 10187430.

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

Color convert

RGB166114155-
CMYK00.310.070.35
HSL312.69º22.61%54.9%-
HSV(B)312.69º31.33%65.1%-
XYZ27.6622.5133.9-
YUV134.22139.73150.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=38.16%
G=26.21%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611415500.310.070.35312.6922.6154.9
HexA6729B01F7231391737
Octal2461622330377434712767
Binary1010011011100101001101101111111110001110011100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6729B; }

 p { color: rgb(166,114,155); }

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

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

 a { background-color: rgb(166,114,155); }

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

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

 span { border-color: rgb(166,114,155); }

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