#A36D5D

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

Shades of Toast #A36D5D

Tints of Toast #A36D5D

Color information

#A36D5D (or 0xA36D5D) is unknown color: approx Toast. HEX triplet: A3, 6D and 5D. RGB value is (163,109,93). Sum of RGB (Red+Green+Blue) = 163+109+93=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D5D is #5C92A2. Grayscale: #7B7B7B. Windows color (decimal): -6066851 or 6122915. OLE color: 6122915.

HSL color Cylindrical-coordinate representation of color #A36D5D: hue angle of 13.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36D5D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16310993-
CMYK00.330.430.36
HSL13.71º27.56%50.2%-
HSV(B)13.71º42.94%63.92%-
XYZ22.5519.5112.93-
YUV123.32110.89156.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=44.66%
G=29.86%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631099300.330.430.3613.7127.5650.2
HexA36D5D0212B24e1c32
Octal2431551350415344163462
Binary10100011110110110111010100001101011100100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D5D; }

 p { color: rgb(163,109,93); }

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

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

 a { background-color: rgb(163,109,93); }

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

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

 span { border-color: rgb(163,109,93); }

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