#A2909C

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

Shades of Bouquet #A2909C

Tints of Bouquet #A2909C

Color information

#A2909C (or 0xA2909C) is unknown color: approx Bouquet. HEX triplet: A2, 90 and 9C. RGB value is (162,144,156). Sum of RGB (Red+Green+Blue) = 162+144+156=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A2909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2909C is #5D6F63. Grayscale: #969696. Windows color (decimal): -6123364 or 10260642. OLE color: 10260642.

HSL color Cylindrical-coordinate representation of color #A2909C: hue angle of 320º 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 #A2909C is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162144156-
CMYK00.110.040.36
HSL320º8.82%60%-
HSV(B)320º11.11%63.53%-
XYZ30.8730.0335.62-
YUV150.75130.96136.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=35.06%
G=31.17%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214415600.110.040.363208.8260
HexA2909C0B42414093c
Octal2422202340134445001174
Binary101000101001000010011100010111001001001010000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2909C; }

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

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

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

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

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

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

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

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