#A3909E

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

Shades of Bouquet #A3909E

Tints of Bouquet #A3909E

Color information

#A3909E (or 0xA3909E) is unknown color: approx Bouquet. HEX triplet: A3, 90 and 9E. RGB value is (163,144,158). Sum of RGB (Red+Green+Blue) = 163+144+158=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A3909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3909E is #5C6F61. Grayscale: #979797. Windows color (decimal): -6057826 or 10391715. OLE color: 10391715.

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

Color convert

RGB163144158-
CMYK00.120.030.36
HSL315.79º9.36%60.2%-
HSV(B)315.79º11.66%63.92%-
XYZ31.2530.236.53-
YUV151.28131.79136.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=35.05%
G=30.97%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314415800.120.030.36315.799.3660.2
HexA3909E0C32413c93c
Octal2432202360143444741174
Binary10100011100100001001111001100111001001001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3909E; }

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

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

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

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

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

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

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

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