#A36D61

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

Shades of Toast #A36D61

Tints of Toast #A36D61

Color information

#A36D61 (or 0xA36D61) is unknown color: approx Toast. HEX triplet: A3, 6D and 61. RGB value is (163,109,97). Sum of RGB (Red+Green+Blue) = 163+109+97=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D61 is #5C929E. Grayscale: #7B7B7B. Windows color (decimal): -6066847 or 6385059. OLE color: 6385059.

HSL color Cylindrical-coordinate representation of color #A36D61: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36D61 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16310997-
CMYK00.330.400.36
HSL10.91º26.4%50.98%-
HSV(B)10.91º40.49%63.92%-
XYZ22.7319.5913.89-
YUV123.78112.89155.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=44.17%
G=29.54%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631099700.330.400.3610.9126.450.98
HexA36D610212824b1a33
Octal2431551410415044133263
Binary10100011110110111000010100001101000100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D61; }

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

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

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

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

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

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

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

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