#A6709A

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

Shades of Bouquet #A6709A

Tints of Bouquet #A6709A

Color information

#A6709A (or 0xA6709A) is unknown color: approx Bouquet. HEX triplet: A6, 70 and 9A. RGB value is (166,112,154). Sum of RGB (Red+Green+Blue) = 166+112+154=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A6709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6709A is #598F65. Grayscale: #848484. Windows color (decimal): -5869414 or 10121382. OLE color: 10121382.

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

Color convert

RGB166112154-
CMYK00.330.070.35
HSL313.33º23.28%54.51%-
HSV(B)313.33º32.53%65.1%-
XYZ27.3522.0333.38-
YUV132.93139.89151.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=38.43%
G=25.93%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611215400.330.070.35313.3323.2854.51
HexA6709A0217231391737
Octal2461602320417434712767
Binary10100110111000010011010010000111110001110011100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6709A; }

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

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

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

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

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

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

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

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