#A36E5E

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

Shades of Toast #A36E5E

Tints of Toast #A36E5E

Color information

#A36E5E (or 0xA36E5E) is unknown color: approx Toast. HEX triplet: A3, 6E and 5E. RGB value is (163,110,94). Sum of RGB (Red+Green+Blue) = 163+110+94=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E5E is #5C91A1. Grayscale: #7C7C7C. Windows color (decimal): -6066594 or 6188707. OLE color: 6188707.

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

Color convert

RGB16311094-
CMYK00.330.420.36
HSL13.91º27.27%50.39%-
HSV(B)13.91º42.33%63.92%-
XYZ22.719.7513.2-
YUV124.02111.06155.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=44.41%
G=29.97%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631109400.330.420.3613.9127.2750.39
HexA36E5E0212A24e1b32
Octal2431561360415244163362
Binary10100011110111010111100100001101010100100111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E5E; }

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

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

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

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

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

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

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

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