#A16E59

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

Shades of Toast #A16E59

Tints of Toast #A16E59

Color information

#A16E59 (or 0xA16E59) is unknown color: approx Toast. HEX triplet: A1, 6E and 59. RGB value is (161,110,89). Sum of RGB (Red+Green+Blue) = 161+110+89=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E59 is #5E91A6. Grayscale: #7A7A7A. Windows color (decimal): -6197671 or 5861025. OLE color: 5861025.

HSL color Cylindrical-coordinate representation of color #A16E59: hue angle of 17.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16E59 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16111089-
CMYK00.320.450.37
HSL17.5º28.8%49.02%-
HSV(B)17.5º44.72%63.14%-
XYZ22.0819.4512.04-
YUV122.85108.9155.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=44.72%
G=30.56%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611108900.320.450.3717.528.849.02
HexA16E590202D25121d31
Octal2411561310405545223561
Binary101000011101110101100101000001011011001011001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E59; }

 p { color: rgb(161,110,89); }

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

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

 a { background-color: rgb(161,110,89); }

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

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

 span { border-color: rgb(161,110,89); }

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