#A56F5E

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

Shades of Toast #A56F5E

Tints of Toast #A56F5E

Color information

#A56F5E (or 0xA56F5E) is unknown color: approx Toast. HEX triplet: A5, 6F and 5E. RGB value is (165,111,94). Sum of RGB (Red+Green+Blue) = 165+111+94=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F5E is #5A90A1. Grayscale: #7D7D7D. Windows color (decimal): -5935266 or 6188965. OLE color: 6188965.

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

Color convert

RGB16511194-
CMYK00.330.430.35
HSL14.37º28.29%50.78%-
HSV(B)14.37º43.03%64.71%-
XYZ23.2220.1813.26-
YUV125.21110.39156.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=44.59%
G=30%
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.35
SystemRedGreenBlueCMYKHSL
Decimal1651119400.330.430.3514.3728.2950.78
HexA56F5E0212B23e1c33
Octal2451571360415343163463
Binary10100101110111110111100100001101011100011111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F5E; }

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

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

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

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

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

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

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

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