#A17361

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

Shades of Toast #A17361

Tints of Toast #A17361

Color information

#A17361 (or 0xA17361) is unknown color: approx Toast. HEX triplet: A1, 73 and 61. RGB value is (161,115,97). Sum of RGB (Red+Green+Blue) = 161+115+97=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A17361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17361 is #5E8C9E. Grayscale: #7E7E7E. Windows color (decimal): -6196383 or 6386593. OLE color: 6386593.

HSL color Cylindrical-coordinate representation of color #A17361: hue angle of 16.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17361 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16111597-
CMYK00.290.400.37
HSL16.88º25.4%50.59%-
HSV(B)16.88º39.75%63.14%-
XYZ22.9920.714.09-
YUV126.7111.24152.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=43.16%
G=30.83%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611159700.290.400.3716.8825.450.59
HexA1736101D2825111933
Octal2411631410355045213163
Binary10100001111001111000010111011010001001011000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17361; }

 p { color: rgb(161,115,97); }

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

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

 a { background-color: rgb(161,115,97); }

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

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

 span { border-color: rgb(161,115,97); }

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