#A18593

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

Shades of Bouquet #A18593

Tints of Bouquet #A18593

Color information

#A18593 (or 0xA18593) is unknown color: approx Bouquet. HEX triplet: A1, 85 and 93. RGB value is (161,133,147). Sum of RGB (Red+Green+Blue) = 161+133+147=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A18593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18593 is #5E7A6C. Grayscale: #8E8E8E. Windows color (decimal): -6191725 or 9668001. OLE color: 9668001.

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

Color convert

RGB161133147-
CMYK00.170.090.37
HSL330º12.96%57.65%-
HSV(B)330º17.39%63.14%-
XYZ28.3526.4631.22-
YUV142.97130.28140.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=36.51%
G=30.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113314700.170.090.3733012.9657.65
HexA1859301192514ad3a
Octal24120522302111455121572
Binary10100001100001011001001101000110011001011010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18593; }

 p { color: rgb(161,133,147); }

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

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

 a { background-color: rgb(161,133,147); }

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

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

 span { border-color: rgb(161,133,147); }

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