#A36D60

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

Shades of Toast #A36D60

Tints of Toast #A36D60

Color information

#A36D60 (or 0xA36D60) is unknown color: approx Toast. HEX triplet: A3, 6D and 60. RGB value is (163,109,96). Sum of RGB (Red+Green+Blue) = 163+109+96=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D60 is #5C929F. Grayscale: #7B7B7B. Windows color (decimal): -6066848 or 6319523. OLE color: 6319523.

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

Color convert

RGB16310996-
CMYK00.330.410.36
HSL11.64º26.69%50.78%-
HSV(B)11.64º41.1%63.92%-
XYZ22.6819.5713.65-
YUV123.66112.39156.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=44.29%
G=29.62%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631099600.330.410.3611.6426.6950.78
HexA36D600212924c1b33
Octal2431551400415144143363
Binary10100011110110111000000100001101001100100110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D60; }

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

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

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

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

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

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

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

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