#A3909C

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

Shades of Bouquet #A3909C

Tints of Bouquet #A3909C

Color information

#A3909C (or 0xA3909C) is unknown color: approx Bouquet. HEX triplet: A3, 90 and 9C. RGB value is (163,144,156). Sum of RGB (Red+Green+Blue) = 163+144+156=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A3909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3909C is #5C6F63. Grayscale: #979797. Windows color (decimal): -6057828 or 10260643. OLE color: 10260643.

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

Color convert

RGB163144156-
CMYK00.120.040.36
HSL322.11º9.36%60.2%-
HSV(B)322.11º11.66%63.92%-
XYZ31.0830.1335.63-
YUV151.05130.79136.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=35.21%
G=31.10%
B=33.69%

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
Decimal16314415600.120.040.36322.119.3660.2
HexA3909C0C42414293c
Octal2432202340144445021174
Binary101000111001000010011100011001001001001010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3909C; }

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

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

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

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

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

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

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

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