#A36E5D

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

Shades of Toast #A36E5D

Tints of Toast #A36E5D

Color information

#A36E5D (or 0xA36E5D) is unknown color: approx Toast. HEX triplet: A3, 6E and 5D. RGB value is (163,110,93). Sum of RGB (Red+Green+Blue) = 163+110+93=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E5D is #5C91A2. Grayscale: #7C7C7C. Windows color (decimal): -6066595 or 6123171. OLE color: 6123171.

HSL color Cylindrical-coordinate representation of color #A36E5D: hue angle of 14.57º 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 #A36E5D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16311093-
CMYK00.330.430.36
HSL14.57º27.56%50.2%-
HSV(B)14.57º42.94%63.92%-
XYZ22.6619.7312.97-
YUV123.91110.56155.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=44.54%
G=30.05%
B=25.41%

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
Decimal1631109300.330.430.3614.5727.5650.2
HexA36E5D0212B24f1c32
Octal2431561350415344173462
Binary10100011110111010111010100001101011100100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E5D; }

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

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

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

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

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

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

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

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