#A56F60

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

Shades of Toast #A56F60

Tints of Toast #A56F60

Color information

#A56F60 (or 0xA56F60) is unknown color: approx Toast. HEX triplet: A5, 6F and 60. RGB value is (165,111,96). Sum of RGB (Red+Green+Blue) = 165+111+96=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F60 is #5A909F. Grayscale: #7D7D7D. Windows color (decimal): -5935264 or 6320037. OLE color: 6320037.

HSL color Cylindrical-coordinate representation of color #A56F60: hue angle of 13.04º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56F60 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16511196-
CMYK00.330.420.35
HSL13.04º27.71%51.18%-
HSV(B)13.04º41.82%64.71%-
XYZ23.3120.2113.74-
YUV125.44111.39156.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=44.35%
G=29.84%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651119600.330.420.3513.0427.7151.18
HexA56F600212A23d1c33
Octal2451571400415243153463
Binary10100101110111111000000100001101010100011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F60; }

 p { color: rgb(165,111,96); }

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

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

 a { background-color: rgb(165,111,96); }

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

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

 span { border-color: rgb(165,111,96); }

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