#A1735D

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

Shades of Toast #A1735D

Tints of Toast #A1735D

Color information

#A1735D (or 0xA1735D) is unknown color: approx Toast. HEX triplet: A1, 73 and 5D. RGB value is (161,115,93). Sum of RGB (Red+Green+Blue) = 161+115+93=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1735D is #5E8CA2. Grayscale: #7E7E7E. Windows color (decimal): -6196387 or 6124449. OLE color: 6124449.

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

Color convert

RGB16111593-
CMYK00.290.420.37
HSL19.41º26.77%49.8%-
HSV(B)19.41º42.24%63.14%-
XYZ22.820.6313.14-
YUV126.25109.24152.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=43.63%
G=31.17%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611159300.290.420.3719.4126.7749.8
HexA1735D01D2A25131b32
Octal2411631350355245233362
Binary10100001111001110111010111011010101001011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1735D; }

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

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

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

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

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

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

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

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