#A7709A

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

Shades of Bouquet #A7709A

Tints of Bouquet #A7709A

Color information

#A7709A (or 0xA7709A) is unknown color: approx Bouquet. HEX triplet: A7, 70 and 9A. RGB value is (167,112,154). Sum of RGB (Red+Green+Blue) = 167+112+154=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A7709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7709A is #588F65. Grayscale: #858585. Windows color (decimal): -5803878 or 10121383. OLE color: 10121383.

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

Color convert

RGB167112154-
CMYK00.330.080.35
HSL314.18º23.81%54.71%-
HSV(B)314.18º32.93%65.49%-
XYZ27.5622.1433.39-
YUV133.23139.72152.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=38.57%
G=25.87%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711215400.330.080.35314.1823.8154.71
HexA7709A02182313a1837
Octal24716023204110434723067
Binary101001111110000100110100100001100010001110011101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7709A; }

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

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

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

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

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

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

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

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