#A37165

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

Shades of Toast #A37165

Tints of Toast #A37165

Color information

#A37165 (or 0xA37165) is unknown color: approx Toast. HEX triplet: A3, 71 and 65. RGB value is (163,113,101). Sum of RGB (Red+Green+Blue) = 163+113+101=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A37165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37165 is #5C8E9A. Grayscale: #7E7E7E. Windows color (decimal): -6065819 or 6648227. OLE color: 6648227.

HSL color Cylindrical-coordinate representation of color #A37165: hue angle of 11.61º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37165 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB163113101-
CMYK00.310.380.36
HSL11.61º25.2%51.76%-
HSV(B)11.61º38.04%63.92%-
XYZ23.3620.5415.04-
YUV126.58113.56153.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=43.24%
G=29.97%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311310100.310.380.3611.6125.251.76
HexA3716501F2624c1934
Octal2431611450374644143164
Binary1010001111100011100101011111100110100100110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37165; }

 p { color: rgb(163,113,101); }

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

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

 a { background-color: rgb(163,113,101); }

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

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

 span { border-color: rgb(163,113,101); }

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