#A1809D

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

Shades of Bouquet #A1809D

Tints of Bouquet #A1809D

Color information

#A1809D (or 0xA1809D) is unknown color: approx Bouquet. HEX triplet: A1, 80 and 9D. RGB value is (161,128,157). Sum of RGB (Red+Green+Blue) = 161+128+157=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A1809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1809D is #5E7F62. Grayscale: #8D8D8D. Windows color (decimal): -6192995 or 10322081. OLE color: 10322081.

HSL color Cylindrical-coordinate representation of color #A1809D: hue angle of 307.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1809D is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161128157-
CMYK00.200.020.37
HSL307.27º14.93%56.67%-
HSV(B)307.27º20.5%63.14%-
XYZ28.525.4535.31-
YUV141.17136.93142.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=36.10%
G=28.70%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112815700.200.020.37307.2714.9356.67
HexA1809D014225133f39
Octal2412002350242454631771
Binary101000011000000010011101010100101001011001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1809D; }

 p { color: rgb(161,128,157); }

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

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

 a { background-color: rgb(161,128,157); }

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

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

 span { border-color: rgb(161,128,157); }

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