#A4909E

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

Shades of Bouquet #A4909E

Tints of Bouquet #A4909E

Color information

#A4909E (or 0xA4909E) is unknown color: approx Bouquet. HEX triplet: A4, 90 and 9E. RGB value is (164,144,158). Sum of RGB (Red+Green+Blue) = 164+144+158=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A4909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4909E is #5B6F61. Grayscale: #979797. Windows color (decimal): -5992290 or 10391716. OLE color: 10391716.

HSL color Cylindrical-coordinate representation of color #A4909E: hue angle of 318º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4909E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164144158-
CMYK00.120.040.36
HSL318º9.9%60.39%-
HSV(B)318º12.2%64.31%-
XYZ31.4530.3136.54-
YUV151.58131.63136.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=35.19%
G=30.90%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414415800.120.040.363189.960.39
HexA4909E0C42413ea3c
Octal2442202360144444761274
Binary101001001001000010011110011001001001001001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4909E; }

 p { color: rgb(164,144,158); }

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

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

 a { background-color: rgb(164,144,158); }

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

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

 span { border-color: rgb(164,144,158); }

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