#A2909D

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

Shades of Bouquet #A2909D

Tints of Bouquet #A2909D

Color information

#A2909D (or 0xA2909D) is unknown color: approx Bouquet. HEX triplet: A2, 90 and 9D. RGB value is (162,144,157). Sum of RGB (Red+Green+Blue) = 162+144+157=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A2909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2909D is #5D6F62. Grayscale: #969696. Windows color (decimal): -6123363 or 10326178. OLE color: 10326178.

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

Color convert

RGB162144157-
CMYK00.110.030.36
HSL316.67º8.82%60%-
HSV(B)316.67º11.11%63.53%-
XYZ30.9630.0636.07-
YUV150.86131.46135.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=34.99%
G=31.10%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214415700.110.030.36316.678.8260
HexA2909D0B32413d93c
Octal2422202350133444751174
Binary10100010100100001001110101011111001001001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2909D; }

 p { color: rgb(162,144,157); }

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

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

 a { background-color: rgb(162,144,157); }

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

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

 span { border-color: rgb(162,144,157); }

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