#A18598

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

Shades of Bouquet #A18598

Tints of Bouquet #A18598

Color information

#A18598 (or 0xA18598) is unknown color: approx Bouquet. HEX triplet: A1, 85 and 98. RGB value is (161,133,152). Sum of RGB (Red+Green+Blue) = 161+133+152=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A18598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18598 is #5E7A67. Grayscale: #8F8F8F. Windows color (decimal): -6191720 or 9995681. OLE color: 9995681.

HSL color Cylindrical-coordinate representation of color #A18598: hue angle of 319.29º 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 #A18598 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161133152-
CMYK00.170.060.37
HSL319.29º12.96%57.65%-
HSV(B)319.29º17.39%63.14%-
XYZ28.7526.6233.33-
YUV143.54132.78140.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=36.10%
G=29.82%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113315200.170.060.37319.2912.9657.65
HexA1859801162513fd3a
Octal2412052300216454771572
Binary1010000110000101100110000100011101001011001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18598; }

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

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

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

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

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

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

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

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