#A4709A

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

Shades of Bouquet #A4709A

Tints of Bouquet #A4709A

Color information

#A4709A (or 0xA4709A) is unknown color: approx Bouquet. HEX triplet: A4, 70 and 9A. RGB value is (164,112,154). Sum of RGB (Red+Green+Blue) = 164+112+154=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A4709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4709A is #5B8F65. Grayscale: #848484. Windows color (decimal): -6000486 or 10121380. OLE color: 10121380.

HSL color Cylindrical-coordinate representation of color #A4709A: hue angle of 311.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4709A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164112154-
CMYK00.320.060.36
HSL311.54º22.22%54.12%-
HSV(B)311.54º31.71%64.31%-
XYZ26.9421.8133.36-
YUV132.34140.23150.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=38.14%
G=26.05%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411215400.320.060.36311.5422.2254.12
HexA4709A0206241381636
Octal2441602320406444702666
Binary10100100111000010011010010000011010010010011100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4709A; }

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

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

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

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

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

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

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

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