#A18491

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

Shades of Bouquet #A18491

Tints of Bouquet #A18491

Color information

#A18491 (or 0xA18491) is unknown color: approx Bouquet. HEX triplet: A1, 84 and 91. RGB value is (161,132,145). Sum of RGB (Red+Green+Blue) = 161+132+145=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A18491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18491 is #5E7B6E. Grayscale: #8E8E8E. Windows color (decimal): -6191983 or 9536673. OLE color: 9536673.

HSL color Cylindrical-coordinate representation of color #A18491: hue angle of 333.1º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18491 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161132145-
CMYK00.180.100.37
HSL333.1º13.36%57.45%-
HSV(B)333.1º18.01%63.14%-
XYZ28.0626.1230.35-
YUV142.15129.61141.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=36.76%
G=30.14%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113214500.180.100.37333.113.3657.45
HexA18491012A2514dd39
Octal24120422102212455151571
Binary10100001100001001001000101001010101001011010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18491; }

 p { color: rgb(161,132,145); }

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

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

 a { background-color: rgb(161,132,145); }

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

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

 span { border-color: rgb(161,132,145); }

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