#A7709D

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

Shades of Bouquet #A7709D

Tints of Bouquet #A7709D

Color information

#A7709D (or 0xA7709D) is unknown color: approx Bouquet. HEX triplet: A7, 70 and 9D. RGB value is (167,112,157). Sum of RGB (Red+Green+Blue) = 167+112+157=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A7709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7709D is #588F62. Grayscale: #858585. Windows color (decimal): -5803875 or 10317991. OLE color: 10317991.

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

Color convert

RGB167112157-
CMYK00.330.060.35
HSL310.91º23.81%54.71%-
HSV(B)310.91º32.93%65.49%-
XYZ27.8222.2434.72-
YUV133.57141.22151.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=38.30%
G=25.69%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711215700.330.060.35310.9123.8154.71
HexA7709D0216231371837
Octal2471602350416434673067
Binary10100111111000010011101010000111010001110011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7709D; }

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

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

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

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

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

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

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

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